When making DBG_VALUE/DBG_VALUE_LIST instructions undefined, there
is a method that takes care of it so we don't need to do it manually.
This changes the test because previously we are converting
DBG_VALUE_LISTs into DBG_VALUE $noreg but now we leave
DBG_VALUE_LIST but set it to undef by turning all its register
operands $noreg. The effect is the same.
Details
Details
- Reviewers
dschuff - Commits
- rG4f2401f4f907: [WebAssembly] Use MachineInstr::setDebugValueUndef
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
When making DBG_VALUE/DBG_VALUE_INST instructions undefined
Did you mean "DBG_VALUE/DBG_VALUE_LIST" ?