1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Transforms/SLPVectorizer/AArch64
Sam Elliott e9e58e405f Keep Optimization Remark Yaml in NewPM
Summary:
The New Pass Manager infrastructure was forgetting to keep around the optimization remark yaml file that the compiler might have been producing. This meant setting the option to '-' for stdout worked, but setting it to a filename didn't give file output (presumably it was deleted because compilation didn't explicitly keep it). This change just ensures that the file is kept if compilation succeeds.

So far I have updated one of the optimization remark output tests to add a version with the new pass manager. It is my intention for this patch to also include changes to all tests that use `-opt-remark-output=` but I wanted to get the code patch ready for review while I was making all those changes.

Fixes https://bugs.llvm.org/show_bug.cgi?id=33951

Reviewers: anemet, chandlerc

Reviewed By: anemet, chandlerc

Subscribers: javed.absar, chandlerc, fhahn, llvm-commits

Differential Revision: https://reviews.llvm.org/D36906

llvm-svn: 311271
2017-08-20 01:30:45 +00:00
..
64-bit-vector.ll [SLP] Enable 64-bit wide vectorization on AArch64 2017-05-15 21:15:01 +00:00
commute.ll
gather-reduce.ll
gather-root.ll [SLP] General improvements of SLP vectorization process. 2017-08-07 15:25:49 +00:00
getelementptr.ll Keep Optimization Remark Yaml in NewPM 2017-08-20 01:30:45 +00:00
horizontal.ll Keep Optimization Remark Yaml in NewPM 2017-08-20 01:30:45 +00:00
lit.local.cfg
load-store-q.ll
minimum-sizes.ll
mismatched-intrinsics.ll
nontemporal.ll
remarks.ll [SLP] Emit optimization remarks 2017-05-11 17:06:17 +00:00
sdiv-pow2.ll