mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-01 21:03:54 +00:00
add assert zext/sext to the dag isel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5dd7fea3f2
commit
99296ffd36
@ -642,6 +642,9 @@ SDOperand PPC32DAGToDAGISel::Select(SDOperand Op) {
|
||||
abort();
|
||||
case ISD::EntryToken: // These leaves remain the same.
|
||||
return Op;
|
||||
case ISD::AssertSext:
|
||||
case ISD::AssertZext:
|
||||
return Select(N->getOperand(0));
|
||||
case ISD::TokenFactor: {
|
||||
SDOperand New;
|
||||
if (N->getNumOperands() == 2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user