[clang] [llvm] [RISCV] Add `zihintpause` LLVM/Clang intrinsic (PR #139519)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Mon May 12 04:53:00 PDT 2025


================
@@ -0,0 +1,17 @@
+//===-- RISCVInstrInfoZihintpause.td -----------------------*- tablegen -*-===//
----------------
wangpc-pp wrote:

This file is too small, we may not need a standalone file for `Zihintpause`.  You can put this pattern to llvm/lib/Target/RISCV/RISCVInstrInfo.td.

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


More information about the llvm-commits mailing list