[PATCH] D140204: [LAA] Convert test to opaque pointers (NFC)
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 04:13:31 PST 2022
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
It looks like the difference is due to the logic that determines pointer strides in LAA not handling bitcasts. Without the bitcasts, the logic now triggers successfully.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140204/new/
https://reviews.llvm.org/D140204
More information about the llvm-commits
mailing list