[llvm] [RISCV][GlobalISel] Represent RISC-V vector types using LLT scalable vectors; and legalize vectorized operations for G_ADD, G_SUB, G_AND, G_OR, and G_XOR opcodes (PR #71400)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 09:39:29 PST 2023


michaelmaitland wrote:

> > It is because %s is passed twice to FileCheck by mistake
> 
> oh I see. Does it matter if we use
> 
> * `FileCheck %s --check-prefixes=CHECK,RV32I`; or
> * `FileCheck --check-prefixes=CHECK,RV32I %s`?

It does not matter

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


More information about the llvm-commits mailing list