summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/discriminate-mem-ops-skip-pfetch.ll
Commit message (Collapse)AuthorAgeFilesLines
* Skip over prefetchesMircea Trofin2019-05-101-0/+69
Summary: 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. Reviewers: davidxl Reviewed By: davidxl Subscribers: aprantl, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D61789 llvm-svn: 360471
OpenPOWER on IntegriCloud