[clang] [llvm] [KeyInstr] Fix verifier check (PR #149043)
Orlando Cazalet-Hyams via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 16 02:29:45 PDT 2025
OCHyams wrote:
So, to be clear:
* Verifier check was checking very few instructions per function
* Fixing the check causes coro-dwarf-key-instrs.cpp to fail
* Fixing the problem stops coro-dwarf-key-instrs.cpp failing
I suppose I could add a check for the verifier condition independently of coro-dwarf-key-instrs.cpp ... coming right up
https://github.com/llvm/llvm-project/pull/149043
More information about the llvm-commits
mailing list