[all-commits] [llvm/llvm-project] 474cf4: [RISCV][GlobalISel] Test legalization of binary lo...
Nitin John Raj via All-commits
all-commits at lists.llvm.org
Wed Jul 26 15:47:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 474cf4feb71cee8d8be96b1376febee685478d1a
https://github.com/llvm/llvm-project/commit/474cf4feb71cee8d8be96b1376febee685478d1a
Author: Nitin John Raj <nitin.raj at sifive.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-and.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-or.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv32/legalize-xor.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-and.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-or.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/rv64/legalize-xor.mir
Log Message:
-----------
[RISCV][GlobalISel] Test legalization of binary logical instructions with wider types
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.
Reviewed By: arsenm, craig.topper
Differential Revision: https://reviews.llvm.org/D155639
More information about the All-commits
mailing list