Skip debug instructions when iterating through a block to find uses.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks like a straightforward fix to me as top-level function processBasicBlock() skips over debug instructions, and this is consistent with that.
Just one question, one nit: the test case looks big to me, would it be easy to reduce it?