The existing code was correct for 32-bit GPR's but not 64-bit GPR's. It now
accounts for both cases.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D9337
[mips] Correct 128-bit shifts on 64-bit targets. ClosedPublic Authored by dsanders on Apr 29 2015, 3:34 AM.
Details Summary The existing code was correct for 32-bit GPR's but not 64-bit GPR's. It now
Diff Detail Event Timelinedsanders updated this object. This revision is now accepted and ready to land.Apr 29 2015, 4:13 AM
Revision Contents
Diff 24608 lib/Target/Mips/MipsISelLowering.cpp
test/CodeGen/Mips/llvm-ir/ashr.ll
test/CodeGen/Mips/llvm-ir/lshr.ll
test/CodeGen/Mips/llvm-ir/shl.ll
|