mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 01:43:57 +00:00
Add a new ANY_EXTEND node, which operates like an extension but has undefined
top bits. llvm-svn: 23200
This commit is contained in:
parent
0af4af9c55
commit
a0ac88861d
@ -158,6 +158,9 @@ namespace ISD {
|
||||
// ZERO_EXTEND - Used for integer types, zeroing the new bits.
|
||||
ZERO_EXTEND,
|
||||
|
||||
// ANY_EXTEND - Used for integer types. The high bits are undefined.
|
||||
ANY_EXTEND,
|
||||
|
||||
// TRUNCATE - Completely drop the high bits.
|
||||
TRUNCATE,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user