[llvm] [LLVM] Add FP instruction intrinsics (PR #193588)
Princeton Ferro via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 14:52:26 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.
----------------
Prince781 wrote:
Leftover from earlier drafting. Reworded to drop the reference.
https://github.com/llvm/llvm-project/pull/193588
More information about the llvm-commits
mailing list