[llvm] [InstrProfiling] Validate name before lowering instrprof intrinsic (PR #192059)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 06:54:19 PDT 2026
https://github.com/boomanaiden154 commented:
This is not a particularly great fuzzer find given this should basically never occur in practice.
And we should probably be rejecting this in the verifier rather than getting the rest of the compiler to work with not-super-valid IR. Although I haven't looked deeply into what current practice is for intrinsic preconditions.
https://github.com/llvm/llvm-project/pull/192059
More information about the llvm-commits
mailing list