Nikita Popov
e730e7d2aa
[LoopRotate] Convert tests to opaque pointers (NFC)
2023-01-02 17:00:26 +01:00
Matt Arsenault
a74c5707be
Fix some test files with executable permissions
2022-12-02 17:12:03 -05:00
Bjorn Pettersson
a11faeed44
[test] Switch to use -passes syntax in various test cases
2022-12-01 21:25:59 +01:00
Nikita Popov
e11354c0a4
[Tests] Remove explicit -enable-mssa-loop-dependency options (NFC)
...
This is enabled by default. Drop explicit uses in preparation for
removing the option.
Also drop RUN lines that are now the same (typically modulo a
-verify-memoryssa option).
2021-08-14 21:21:07 +02:00
Eric Christopher
cee313d288
Revert "Temporarily Revert "Add basic loop fusion pass.""
...
The reversion apparently deleted the test/Transforms directory.
Will be re-reverting again.
llvm-svn: 358552
2019-04-17 04:52:47 +00:00
Eric Christopher
a863435128
Temporarily Revert "Add basic loop fusion pass."
...
As it's causing some bot failures (and per request from kbarton).
This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda.
llvm-svn: 358546
2019-04-17 02:12:23 +00:00
Alina Sbirlea
ad4d018202
Update MemorySSA in LoopRotate.
...
Summary:
Teach LoopRotate to preserve MemorySSA.
Enable tests for correctness, dependency disabled by default.
Subscribers: sanjoy, jlebar, Prazek, george.burgess.iv, llvm-commits
Differential Revision: https://reviews.llvm.org/D51718
llvm-svn: 345216
2018-10-24 22:46:45 +00:00
Andrew Kaylor
d49711996f
Restrict the definition of loop preheader to avoid EH blocks
...
Differential Revision: https://reviews.llvm.org/D34487
llvm-svn: 306070
2017-06-22 23:27:16 +00:00