Unverified Commit 7189c4bb authored by David Sherwood's avatar David Sherwood Committed by GitHub
Browse files

[AArch64][NFC] Fix veclib-llvm.pow.ll test to run all pre-isel passes (#193996)

parent 3d893f3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
; RUN: llc -start-before=codegenprepare -mtriple=aarch64-gnu-linux -mattr=+neon,+sve \
; RUN: llc -mtriple=aarch64-gnu-linux -mattr=+neon,+sve \
; RUN:   -vector-library=ArmPL < %s | FileCheck %s -check-prefix=ARMPL

define <4 x float> @test_pow_v4f32(<4 x float> %x, <4 x float> %y) nounwind {