Skip over prefetches when assigning debug info to instructions with memory operands. This way, the debug info is stable after instrumenting a binary with prefetches, allowing for iterative profiling and instrumentation.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rL LLVM
 
Event Timeline
| llvm/test/CodeGen/X86/discriminate-mem-ops-skip-pfetch.ll | ||
|---|---|---|
| 1 ↗ | (On Diff #199024) | perhaps also add a test without skipping.  | 
Comment Actions
it is probably better to put the tests in the same file with different check prefixes.