The new test asserts that scalarized memory operations get memcheck metadata added even if the loop is only unrolled.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
| test/Transforms/LoopVectorize/unroll-novec-memcheck-metadata.ll | ||
|---|---|---|
| 10 | Not required currently, but this would be a good place to use FileCheck's new local/global variable feature (r297396). You'd do this by using: FileCheck --enable-var-scope %s and then using $MD1 as the regex name, instead of just MD1, because it is intended to be a global variable (one that lives across CHECK-LABEL regions). | |
Not required currently, but this would be a good place to use FileCheck's new local/global variable feature (r297396). You'd do this by using:
and then using $MD1 as the regex name, instead of just MD1, because it is intended to be a global variable (one that lives across CHECK-LABEL regions).