[PATCH] D45274: fixed test cases after removing immediate dominator heuristic for error block detection.
lorenzo chelini via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 11:09:09 PDT 2018
chelini created this revision.
chelini added reviewers: grosser, jdoerfert, bollu, Meinersbur.
chelini added a project: Polly.
This patch fixes the following test cases:
- Polly :: ScopDetect/mod_ref_read_pointer.ll
- Polly :: ScopInfo/max-loop-depth.ll
- Polly :: ScopInfo/mod_ref_access_pointee_arguments.ll
- Polly :: ScopInfo/mod_ref_read_pointee_arguments.ll
- Polly :: ScopInfo/mod_ref_read_pointer.ll
- Polly :: ScopInfo/mod_ref_read_pointers.ll
The test cases failed after removing the heuristic that forces blocks that directly follow a loop header to not to be considered error blocks. The heuristic was introduced in r249611.
Repository:
rPLO Polly
https://reviews.llvm.org/D45274
Files:
test/ScopDetect/mod_ref_read_pointer.ll
test/ScopInfo/max-loop-depth.ll
test/ScopInfo/mod_ref_access_pointee_arguments.ll
test/ScopInfo/mod_ref_read_pointee_arguments.ll
test/ScopInfo/mod_ref_read_pointer.ll
test/ScopInfo/mod_ref_read_pointers.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45274.140991.patch
Type: text/x-patch
Size: 13070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180404/847649fd/attachment.bin>
More information about the llvm-commits
mailing list