diff options
author | Michael Kruse <llvm-project@meinersbur.de> | 2020-07-10 16:11:19 -0500 |
---|---|---|
committer | Michael Kruse <llvm-project@meinersbur.de> | 2020-07-10 16:42:03 -0500 |
commit | c0bc995429c417c1e206841d6b9727218fab3f73 (patch) | |
tree | 4f3f1e337fc6c35858cd6b0372c7727ed65e0ab9 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 32bf46842025b740de870dbcd446e4b0f203c9aa (diff) | |
download | llvm-c0bc995429c417c1e206841d6b9727218fab3f73.zip llvm-c0bc995429c417c1e206841d6b9727218fab3f73.tar.gz llvm-c0bc995429c417c1e206841d6b9727218fab3f73.tar.bz2 |
[Polly] Fix prevectorization of fused loops.
The schedule of a fused loop has one isl_space per statement, such that
a conversion to a isl_map fails. However, the prevectorization is
interested in the schedule space only: Converting to the non-union
representation only after extracting the schedule range fixes the problem.
This fixes llvm.org/PR46578
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions