1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -march=ve -mattr=+vpu | FileCheck %s
4 define fastcc <512 x float> @test_vec_fneg_v512f32_v(<512 x float> %v) {
5 ; CHECK-LABEL: test_vec_fneg_v512f32_v:
7 ; CHECK-NEXT: or %s0, 1, (32)1
8 ; CHECK-NEXT: sll %s0, %s0, 31
9 ; CHECK-NEXT: lea %s1, 512
11 ; CHECK-NEXT: pvxor %v0, %s0, %v0
12 ; CHECK-NEXT: b.l.t (, %s10)
13 %neg = fneg <512 x float> %v
14 ret <512 x float> %neg