[Test] Move test for D143726 to LICM
authorMax Kazantsev <mkazantsev@azul.com>
Mon, 20 Feb 2023 09:42:14 +0000 (16:42 +0700)
committerMax Kazantsev <mkazantsev@azul.com>
Mon, 20 Feb 2023 09:43:39 +0000 (16:43 +0700)
Seems that it's a more appropriate place to do this transform.

llvm/test/Transforms/LICM/min_max.ll [moved from llvm/test/Transforms/LoopInstSimplify/loop_invariant.ll with 99% similarity]

@@ -1,6 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -S %s -passes=loop-instsimplify | FileCheck %s
-; 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
 
 ; TODO: turn to %iv <u umin(inv_1, inv_2) and hoist it out of loop.
 define i32 @test_ult(i32 %start, i32 %inv_1, i32 %inv_2) {