[LoopDeletion] Add test case where outer loop needs to be deleted.
authorFlorian Hahn <flo@fhahn.com>
Tue, 22 Dec 2020 17:48:01 +0000 (17:48 +0000)
committerFlorian Hahn <flo@fhahn.com>
Tue, 22 Dec 2020 17:49:20 +0000 (17:49 +0000)
commitac90bbc9cb8b905e4a8e7c9d2924a4d426c690aa
treee0bba37b78276bf75a5459bc15d7b7e0119f3db5
parentf106b281be24df4b5ed4553c3c09c885610cd2b8
[LoopDeletion] Add test case where outer loop needs to be deleted.

In the test case @test1, the inner loop cannot be removed, because it
has a live-out value. But the outer loop is a no-op and can be removed.
llvm/test/Transforms/LoopDeletion/noop-loops-with-subloops.ll [new file with mode: 0644]