Added IR for int-pointer type mismatch and int-vector
type mismatch. Regenerated CHECK lines using
the update_test_checks.py script.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Could you change the commit message? or at least add [LoopLoadElim] ? it does not make clear that these are LoopLoadElimination tests.
llvm/test/Transforms/LoopLoadElim/type-mismatch.ll | ||
---|---|---|
134 | Typed pointers are deprecated, is there any reason to add the new test here instead of `llvm/test/Transforms/LoopLoadElim/type-mismatch-opaque-ptr.ll |
Weird, I changed the commit message to:
[NFC][LoopLoadElim] Extending type-mismatch testing Added IR for int-pointer type mismatch and int-vector type mismatch. Regenerated CHECK lines using the update_test_checks.py script.
but it hasn't been updated.
Unfortunately arc diff won't update the title/description. You'll need to change that manually in the web interface
llvm/test/Transforms/LoopLoadElim/type-mismatch.ll | ||
---|---|---|
134 | It's purely to make it easier for reviewers of https://reviews.llvm.org/D130233 to see the impact of the change. |
llvm/test/Transforms/LoopLoadElim/type-mismatch.ll | ||
---|---|---|
134 | right, what I meant is that the test probably should just be converted/moved to the opaque pointer version of the tests |
llvm/test/Transforms/LoopLoadElim/type-mismatch.ll | ||
---|---|---|
134 | Added opaque pointer versions of f3 and f4. |
Typed pointers are deprecated, is there any reason to add the new test here instead of `llvm/test/Transforms/LoopLoadElim/type-mismatch-opaque-ptr.ll
`? I'd expect the typed pointer version of the tests to be removed relatively soon.