mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-16 10:18:09 +00:00
add assert zext/sext to the dag isel
llvm-svn: 23171
This commit is contained in:
parent
2d4180badc
commit
eef2e52921
@ -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