[llvm] [RISCV][GlobalISel] Legalize scalable vectorized G_ADD, G_SUB, G_AND, G_OR, and G_XOR (PR #71400)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 23:41:21 PST 2024


================
@@ -0,0 +1,53 @@
+; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+; RUN: llc -mtriple=riscv32 -mattr=+v -global-isel -stop-before=legalizer -simplify-mir < %s | FileCheck %s --check-prefixes=CHECK,RV32I
----------------
topperc wrote:

RV32I and RV64I are unused in this test. This causes FileCheck to report an error in lit. I fixed it, but you should always run `ninja check` even after running the script. The script isn't perfect.

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


More information about the llvm-commits mailing list