[llvm] [LangRef] inline asm: the instructions are treated opaquely (PR #157080)

Ralf Jung via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 5 23:31:27 PDT 2025


RalfJung wrote:

The "self-modifying code" part is a clarification/motivated stated at the end. The main point is:
> The compiler may not assume that the actual code executed at runtime matches the
contents of the template string.

This clearly includes the empty string as well.

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


More information about the llvm-commits mailing list