[llvm] [LangRef] inline asm: the instructions are treated opaquely (PR #157080)
Patrick Simmons via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 15 03:21:13 PDT 2025
linuxrocks123 wrote:
@RalfJung how about this: `The compiler may analyze the contents of the inline asm string in order to optimize surrounding code, but the compiler will always emit the inline asm string verbatim. Additionally, the compiler will not use any analysis of the inline asm string to optimize the code in violation of any flags, operand constraints or attributes placed on the inline asm call.`
https://github.com/llvm/llvm-project/pull/157080
More information about the llvm-commits
mailing list