[llvm] Implement support for NSDI DebugFunction opcode. (PR #211760)
Manuel Carrasco via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 06:33:39 PDT 2026
================
----------------
mgcarrasco wrote:
You're right. However, I checked and the `--implicit-check-not=DebugFunction` would not be enough to guarantee that no DebugFunction appears. It will only validate in between the CHECKs and the EOF.
Even if we were adding a new prefix for the CHECK-NOT, if FileCheck is executed with multiple prefixes it won't enough.
The test is updated so llc is executed once, and FileCheck is invoked twice.
https://github.com/llvm/llvm-project/pull/211760
More information about the llvm-commits
mailing list