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
- rG LLVM Github Monorepo
- Build Status
Buildable 31757 Build 31756: arc lint + arc unit
Event Timeline
llvm/test/CodeGen/X86/discriminate-mem-ops-skip-pfetch.ll | ||
---|---|---|
2 | 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.
perhaps also add a test without skipping.