File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
llvm/test/CodeGen/LoongArch Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
2
; RUN: llc -mtriple=loongarch64 -mattr=+lasx < %s | FileCheck %s
3
3
4
- ;; Mostly copy from AArch64/neon-abd.ll
4
+ ;; Mostly copied from AArch64/neon-abd.ll
5
5
6
6
;
7
- ; VABDS_ [B/H/W/D]
7
+ ; XVABDS_ [B/H/W/D]
8
8
;
9
9
define <32 x i8 > @xvabsd_b (<32 x i8 > %a , <32 x i8 > %b ) #0 {
10
10
; CHECK-LABEL: xvabsd_b:
@@ -67,7 +67,7 @@ define <4 x i64> @xvabsd_d(<4 x i64> %a, <4 x i64> %b) #0 {
67
67
}
68
68
69
69
;
70
- ; xvabsd_ [B/H/W/D]U
70
+ ; XVABSD_ [B/H/W/D]U
71
71
;
72
72
73
73
define <32 x i8 > @xvabsd_bu (<32 x i8 > %a , <32 x i8 > %b ) #0 {
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
2
; RUN: llc -mtriple=loongarch64 -mattr=+lsx < %s | FileCheck %s
3
3
4
- ;; Mostly copy from AArch64/neon-abd.ll
4
+ ;; Mostly copied from AArch64/neon-abd.ll
5
5
6
6
;
7
7
; VABDS_[B/H/W/D]
You can’t perform that action at this time.
0 commit comments