We test for (s48, s64, s96) on rv32 and (s72, s128, s192) on rv64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,030 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Paths
| Differential D157415
[RISCV][GlobalISel] Test legalization for bitshifting with wider types ClosedPublic Authored by nitinjohnraj on Aug 8 2023, 9:47 AM.
Details Summary We test for (s48, s64, s96) on rv32 and (s72, s128, s192) on rv64.
Diff Detail
Unit TestsFailed
Event TimelineThis revision is now accepted and ready to land.Aug 8 2023, 11:17 PM This revision was landed with ongoing or failed builds.Aug 17 2023, 11:54 AM Closed by commit rGb03c7efe9a0f: [RISCV][GlobalISel] Test legalization for bitshifting with wider types (authored by nitinjohnraj). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548262 llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-ashr.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-lshr.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-shl.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-ashr.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-lshr.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-shl.mir
|