[AArch64][NFC] NFC for const vector as Instruction operand (#116790)
[llvm-project.git] / llvm / test / Transforms / InstCombine / pr30929.ll
blob129a612750fe0a452c7d5336057f35cb8b56e573
1 ; We need this pipeline because to trigger dominator info verification
2 ; we have to compute the dominator before libcalls-shrinkwrap and
3 ; have a pass which requires the dominator tree after.
4 ; RUN: opt -passes=libcalls-shrinkwrap,instcombine -verify-dom-info %s
6 define void @main() {
7   %_tmp31 = call float @acosf(float 2.000000e+00)
8   ret void
11 declare float @acosf(float)