Unverified Commit 61ab43ae authored by Davide Italiano's avatar Davide Italiano Committed by GitHub
Browse files

[IROutliner] Skip dbg values during the candidate search. (#72945)

dbg value don't really have a value number associated as they have no
semantic value associated, i.e. they don't change the code being
generated. Use the correct API to go over them.

Fixes https://github.com/llvm/llvm-project/issues/62876
parent 9be9f622
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment