[llvm] [IR] Add llvm `clmul` intrinsic (PR #140301)
Oscar Smith via llvm-commits
llvm-commits at lists.llvm.org
Sat May 31 14:34:42 PDT 2025
oscardssmith wrote:
also the RiscV tests I've added are very much not working. Running `bin/llvm-lit -v llvm/test/CodeGen/RISCV/rv32zbc-zbkc-intrinsic.ll` gives
```
Callsite was not defined with variable arguments!
ptr @llvm.clmul.i32
```
Any idea what this means?
https://github.com/llvm/llvm-project/pull/140301
More information about the llvm-commits
mailing list