[all-commits] [llvm/llvm-project] 12aef5: [LAA] Convert test to opaque pointers (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Dec 19 07:58:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12aef5df0c7ee742a6c93215a189b4641748c8e7
https://github.com/llvm/llvm-project/commit/12aef5df0c7ee742a6c93215a189b4641748c8e7
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M llvm/test/Analysis/LoopAccessAnalysis/memcheck-ni.ll
Log Message:
-----------
[LAA] Convert test to opaque pointers (NFC)
When converting this test to opaque pointers (and dropping bitcast),
we get improved memory checks. Per fhahn:
> 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.
Differential Revision: https://reviews.llvm.org/D140204
More information about the All-commits
mailing list