[PATCH] [Polly] We do not support alias checks for basepointers defined inside the SCoP
Tobias Grosser
tobias at grosser.es
Wed Sep 24 12:47:42 PDT 2014
Hi jdoerfert,
The run-time alias check places code that involves the base pointer at the
beginning of the SCoP. This breaks if the base pointer is defined inside the
scop. Hence, we can only use it if we are sure the base pointer is not an
instruction defined inside the scop. Otherwise we refuse to handle the SCoP.
This commit should unbreak some of our current LNT failures.
http://reviews.llvm.org/D5483
Files:
lib/Analysis/ScopDetection.cpp
test/ScopDetect/run_time_alias_check.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5483.14048.patch
Type: text/x-patch
Size: 3017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140924/0356b06c/attachment.bin>
More information about the llvm-commits
mailing list