mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 04:11:27 +00:00
add ret void support back
llvm-svn: 25164
This commit is contained in:
parent
154cef5ccb
commit
95443534bf
@ -987,6 +987,10 @@ def : Pat<(or (shl GPRC:$rS, GPRC:$rB),
|
||||
(srl GPRC:$rS, (sub 32, GPRC:$rB))),
|
||||
(RLWNM GPRC:$rS, GPRC:$rB, 0, 31)>;
|
||||
|
||||
// Return void support.
|
||||
def : Pat<(ret), (BLR)>;
|
||||
|
||||
// 64-bit support
|
||||
def : Pat<(i64 (zext GPRC:$in)),
|
||||
(RLDICL (OR4To8 GPRC:$in, GPRC:$in), 0, 32)>;
|
||||
def : Pat<(i64 (anyext GPRC:$in)),
|
||||
|
Loading…
Reference in New Issue
Block a user