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

Jacob Lifshay via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 5 14:06:03 PDT 2025


programmerjake wrote:

> I think that's already implied... not sure if it is worth listing this as an explicit non-exception (if we list all non-exceptions we'll be here for a while ;).

not necessarily, because if you're thinking about overwriting code, zero bytes are always zero bytes, so could be assumed to have no effect. so I think we should explicitly state otherwise.

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


More information about the llvm-commits mailing list