We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa53d3e commit 9196908Copy full SHA for 9196908
llvm/test/Transforms/LoopInstSimplify/loop_invariant.ll renamed to llvm/test/Transforms/LICM/min_max.ll
@@ -1,6 +1,5 @@
1
; 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
+; RUN: opt -S %s -passes='loop-mssa(licm)' -verify-memoryssa | FileCheck %s
4
5
; TODO: turn to %iv <u umin(inv_1, inv_2) and hoist it out of loop.
6
define i32 @test_ult(i32 %start, i32 %inv_1, i32 %inv_2) {
0 commit comments