Files
clang-p2996/llvm/test/CodeGen/RISCV/GlobalISel
Nitin John Raj 474cf4feb7 [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
2023-07-26 15:37:13 -07:00
..