[llvm] [LLVM] Add FP instruction intrinsics (PR #193588)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sat May 2 04:35:31 PDT 2026


================
@@ -2703,6 +2704,79 @@ bool IRTranslator::translateKnownIntrinsic(const CallInst &CI, Intrinsic::ID ID,
         .addExternalSymbol(SymbolName.data());
     return true;
   }
+
+  // FP instruction intrinsics: call-form equivalents of FP instructions.
+  // These have no operand bundles in PR A and always lower to plain G_* nodes.
----------------
dtcxzyw wrote:

What does `PR A` refer to?

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


More information about the llvm-commits mailing list