Fix an off by one error in the bounds checking for 'dinsu' and update
the ranges in the test comments so that they are accurate.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D41183
[mips] Fix the target specific instruction verifier ClosedPublic Authored by sdardis on Dec 13 2017, 6:40 AM.
Details Summary Fix an off by one error in the bounds checking for 'dinsu' and update
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 14 2017, 5:47 AM Closed by commit rL320991: Reland "[mips] Fix the target specific instruction verifier" (authored by sdardis). · Explain WhyDec 18 2017, 7:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 127364 llvm/trunk/lib/Target/Mips/MipsInstrInfo.cpp
llvm/trunk/test/CodeGen/Mips/fcopysign-f32-f64.ll
llvm/trunk/test/CodeGen/Mips/fcopysign.ll
llvm/trunk/test/CodeGen/Mips/instverify/dext-pos.mir
llvm/trunk/test/CodeGen/Mips/instverify/dext-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dextm-pos-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dextm-pos.mir
llvm/trunk/test/CodeGen/Mips/instverify/dextm-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dextu-pos-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dextu-pos.mir
llvm/trunk/test/CodeGen/Mips/instverify/dextu-size-valid.mir
llvm/trunk/test/CodeGen/Mips/instverify/dextu-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dins-pos-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dins-pos.mir
llvm/trunk/test/CodeGen/Mips/instverify/dins-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dinsm-pos-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dinsm-pos.mir
llvm/trunk/test/CodeGen/Mips/instverify/dinsm-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dinsu-pos-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/dinsu-pos.mir
llvm/trunk/test/CodeGen/Mips/instverify/dinsu-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/ext-pos-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/ext-pos.mir
llvm/trunk/test/CodeGen/Mips/instverify/ext-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/ins-pos-size.mir
llvm/trunk/test/CodeGen/Mips/instverify/ins-pos.mir
llvm/trunk/test/CodeGen/Mips/instverify/ins-size.mir
|