[PATCH] D17080: [LAA] Allow more run-time alias checks by coercing pointer expressions to AddRecExprs

silviu.baranga@arm.com via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 09:16:16 PST 2017


sbaranga updated this revision to Diff 91031.
sbaranga added a comment.

Renaming Force to Assume.

The tests have been re-written, with the test IR coming directly from C so it should now match the C code.

I've removed one of tests which was only testing that this also works for NSW.
This functionality is already covered by other tests and doesn't show up often from C.


https://reviews.llvm.org/D17080

Files:
  lib/Analysis/LoopAccessAnalysis.cpp
  test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17080.91031.patch
Type: text/x-patch
Size: 11636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170308/ba5e5c4f/attachment.bin>


More information about the llvm-commits mailing list