[llvm] [ISel/RISCV] Migrate llvm.riscv.clmul to llvm.clmul (PR #174749)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 7 08:56:09 PST 2026
================
@@ -77,13 +77,6 @@ let TargetPrefix = "riscv" in {
// Zbb
def int_riscv_orc_b : RISCVBitManipGPRIntrinsics;
- // Zbc or Zbkc
- def int_riscv_clmul : RISCVBitManipGPRGPRIntrinsics;
----------------
topperc wrote:
The instrinsics are used by clang, but there are no clang changes in this patch.
https://github.com/llvm/llvm-project/pull/174749
More information about the llvm-commits
mailing list