mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fixed extload type profile. The 4th operand is a ValueType node with type
OtherVT, it cannot be compare to type of 1st operand which is an integer type. llvm-svn: 24713
This commit is contained in:
parent
9bdaf3e826
commit
bcdd22c501
@ -151,8 +151,7 @@ def SDTStore : SDTypeProfile<0, 2, [ // store
|
||||
]>;
|
||||
|
||||
def SDTIntExtLoad : SDTypeProfile<1, 3, [ // sextload, zextload
|
||||
SDTCisInt<0>, SDTCisPtrTy<1>, SDTCisVT<2, OtherVT>, SDTCisVT<3, OtherVT>,
|
||||
SDTCisVTSmallerThanOp<3, 0>
|
||||
SDTCisInt<0>, SDTCisPtrTy<1>, SDTCisVT<2, OtherVT>, SDTCisVT<3, OtherVT>
|
||||
]>;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user