[llvm] [WebAssembly,llvm] Add llvm.wasm.ref.test.func intrinsic, option 2 (PR #147486)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 02:19:13 PDT 2025


================
@@ -173,6 +173,7 @@ enum NodeType {
   /// materialized in registers.
   TargetConstant,
   TargetConstantFP,
+  TargetConstantAP,
----------------
arsenm wrote:

What is TargetConstantAP? I'd rather avoid adding a new constant type 

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


More information about the llvm-commits mailing list