Skip to content

Commit c3ab9bc

Browse files
committed
small change
1 parent 216097d commit c3ab9bc

File tree

2 files changed

+4
-4
lines changed
  • llvm/test/CodeGen/LoongArch

2 files changed

+4
-4
lines changed

llvm/test/CodeGen/LoongArch/lasx/ir-instruction/absd.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc -mtriple=loongarch64 -mattr=+lasx < %s | FileCheck %s
33

4-
;; Mostly copy from AArch64/neon-abd.ll
4+
;; Mostly copied from AArch64/neon-abd.ll
55

66
;
7-
; VABDS_[B/H/W/D]
7+
; XVABDS_[B/H/W/D]
88
;
99
define <32 x i8> @xvabsd_b(<32 x i8> %a, <32 x i8> %b) #0 {
1010
; CHECK-LABEL: xvabsd_b:
@@ -67,7 +67,7 @@ define <4 x i64> @xvabsd_d(<4 x i64> %a, <4 x i64> %b) #0 {
6767
}
6868

6969
;
70-
; xvabsd_[B/H/W/D]U
70+
; XVABSD_[B/H/W/D]U
7171
;
7272

7373
define <32 x i8> @xvabsd_bu(<32 x i8> %a, <32 x i8> %b) #0 {

llvm/test/CodeGen/LoongArch/lsx/ir-instruction/absd.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
22
; RUN: llc -mtriple=loongarch64 -mattr=+lsx < %s | FileCheck %s
33

4-
;; Mostly copy from AArch64/neon-abd.ll
4+
;; Mostly copied from AArch64/neon-abd.ll
55

66
;
77
; VABDS_[B/H/W/D]

0 commit comments

Comments
 (0)