Without any additional tweaking, we can successfully legalize for wider
types (i64, i96 for rv32; i128, i192 for rv64) that are integer
multiples of XLen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155639
[RISCV][GlobalISel] Test legalization of binary logical instructions with wider types ClosedPublic Authored by nitinjohnraj on Jul 18 2023, 1:37 PM.
Details Summary Without any additional tweaking, we can successfully legalize for wider
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 18 2023, 1:48 PM This revision was landed with ongoing or failed builds.Jul 26 2023, 3:47 PM Closed by commit rG474cf4feb71c: [RISCV][GlobalISel] Test legalization of binary logical instructions with wider… (authored by nitinjohnraj). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544543 llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-and.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-or.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-xor.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-and.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-or.mir
llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-xor.mir
|