Added some tests testing urem and srem operations with a constant divisor.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Commited on your behalf. Now you can rebase your patch https://reviews.llvm.org/D68360.
Paths
| Differential D68421
Add tests for LKK algorithm ClosedPublic Authored by TG908 on Oct 3 2019, 1:56 PM.
Details Summary Added some tests testing urem and srem operations with a constant divisor.
Diff Detail Event TimelineHerald added subscribers: llvm-commits, pzheng, s.egerton and 20 others. · View Herald TranscriptOct 3 2019, 1:56 PM This revision is now accepted and ready to land.Oct 4 2019, 3:22 AM TG908 added a child revision: D68360: PR41162 Implement LKK remainder and divisibility algorithms [urem].Oct 5 2019, 6:44 AM Closed by commit rL373830: [SelectionDAG] Add tests for LKK algorithm (authored by xbolva00). · Explain WhyOct 5 2019, 7:28 AM This revision was automatically updated to reflect the committed changes. Comment Actions Commited on your behalf. Now you can rebase your patch https://reviews.llvm.org/D68360.
Revision Contents
Diff 223084 llvm/test/CodeGen/AArch64/srem-lkk.ll
llvm/test/CodeGen/AArch64/srem-vector-lkk.ll
llvm/test/CodeGen/AArch64/urem-lkk.ll
llvm/test/CodeGen/AArch64/urem-vector-lkk.ll
llvm/test/CodeGen/PowerPC/srem-lkk.ll
llvm/test/CodeGen/PowerPC/srem-vector-lkk.ll
llvm/test/CodeGen/PowerPC/urem-lkk.ll
llvm/test/CodeGen/PowerPC/urem-vector-lkk.ll
llvm/test/CodeGen/RISCV/srem-lkk.ll
llvm/test/CodeGen/RISCV/srem-vector-lkk.ll
llvm/test/CodeGen/RISCV/urem-lkk.ll
llvm/test/CodeGen/RISCV/urem-vector-lkk.ll
llvm/test/CodeGen/X86/srem-lkk.ll
llvm/test/CodeGen/X86/srem-vector-lkk.ll
llvm/test/CodeGen/X86/urem-lkk.ll
llvm/test/CodeGen/X86/urem-vector-lkk.ll
|