[llvm] [RISCV] Lower scalar `CLMUL` to `vclmul` if `clmul` instruction not available (PR #212616)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 17:49:09 PDT 2026
https://github.com/topperc commented:
We need to disable this when the NoImplicitFloat attribute is present. With that attribute we aren't allowed to use FP or vector registers if it isn't in the original source.
https://github.com/llvm/llvm-project/pull/212616
More information about the llvm-commits
mailing list