Mercurial > hg > CbC > CbC_llvm
diff llvm/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | 79ff65ed7e25 |
children |
line wrap: on
line diff
--- a/llvm/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll Wed Nov 09 17:47:54 2022 +0900 +++ b/llvm/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll Fri Aug 18 09:04:13 2023 +0900 @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt < %s -reassociate -instcombine -dce -S | FileCheck %s +; RUN: opt < %s -passes=reassociate,instcombine,dce -S | FileCheck %s ; With sub reassociation, constant folding can eliminate all of the constants. define i32 @test1(i32 %A, i32 %B) {