Skip to content

Commit 24faa87

Browse files
committed
[VE] Update VELIntrinsic tests
Update comment and style of regression tests for VELIntrinsic Reviewed By: simoll Differential Revision: https://reviews.llvm.org/D94490
1 parent 07605ea commit 24faa87

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

llvm/test/CodeGen/VE/VELIntrinsics/vand.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
;;;
55
;;; Note:
66
;;; We test VAND*vvl, VAND*vvl_v, VAND*rvl, VAND*rvl_v, VAND*vvml_v,
7-
;;; VAND*rvml_v, PVAND*vvl, PVAND*vvl_v, PVAND*rvl, PVAND*rvl_v, PVAND*vvml_v, and
8-
;;; PVAND*rvml_v instructions.
7+
;;; VAND*rvml_v, PVAND*vvl, PVAND*vvl_v, PVAND*rvl, PVAND*rvl_v, PVAND*vvml_v,
8+
;;; and PVAND*rvml_v instructions.
99

1010
; Function Attrs: nounwind readnone
1111
define fastcc <256 x double> @vand_vvvl(<256 x double> %0, <256 x double> %1) {

0 commit comments

Comments
 (0)