[llvm] [AArch64] Treat NOP as a separate instruction. (PR #170968)
Harald van Dijk via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 5 22:19:12 PST 2025
hvdijk wrote:
Context: This is part of a larger effort to avoid instructions being unnecessarily marked as having unmodelled side effects. For LLVM, it is largely harmless, it just results in reduced optimisations. For BOLT though, it complicates binary analysis.
https://github.com/llvm/llvm-project/pull/170968
More information about the llvm-commits
mailing list