[flang-commits] [compiler-rt] [flang] [llvm] [AArch64] fix trampoline implementation: use X15 (PR #126743)
Eli Friedman via flang-commits
flang-commits at lists.llvm.org
Wed Apr 16 15:34:45 PDT 2025
================
@@ -20903,7 +20903,12 @@ sufficiently aligned block of memory; this memory is written to by the
intrinsic. Note that the size and the alignment are target-specific -
LLVM currently provides no portable way of determining them, so a
front-end that generates this intrinsic needs to have some
-target-specific knowledge. The ``func`` argument must hold a function.
+target-specific knowledge.
+
+The ``func`` argument must be a constant (potentially bitcasted) pointer to a
----------------
efriedma-quic wrote:
That all makes sense.
https://github.com/llvm/llvm-project/pull/126743
More information about the flang-commits
mailing list