[llvm] [RISCV][GlobalISel] Legalize G_ADD, G_SUB, G_AND, G_OR, G_XOR on RISC-V Vector Extension (PR #71400)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 18 10:56:27 PST 2023


================
@@ -181,3 +181,330 @@ body:             |
     PseudoRET implicit $x10, implicit $x11, implicit $x12
 
 ...
+---
+name:  test_nxv1s8
----------------
topperc wrote:

There's no -mattr with on this test, so how does the legalizer consider any of these instructions legal?

https://github.com/llvm/llvm-project/pull/71400


More information about the llvm-commits mailing list