Skip to content

Commit 9196908

Browse files
committed
[Test] Move test for D143726 to LICM
Seems that it's a more appropriate place to do this transform.
1 parent fa53d3e commit 9196908

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/Transforms/LoopInstSimplify/loop_invariant.ll renamed to llvm/test/Transforms/LICM/min_max.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt -S %s -passes=loop-instsimplify | FileCheck %s
3-
; RUN: opt -S %s -passes='loop-mssa(loop-instsimplify)' -verify-memoryssa | FileCheck %s
2+
; RUN: opt -S %s -passes='loop-mssa(licm)' -verify-memoryssa | FileCheck %s
43

54
; TODO: turn to %iv <u umin(inv_1, inv_2) and hoist it out of loop.
65
define i32 @test_ult(i32 %start, i32 %inv_1, i32 %inv_2) {

0 commit comments

Comments
 (0)