[PATCH] D80934: [AIX] Update data directives for AIX assembly
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 15:23:37 PDT 2020
hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
LGTM with minor nit.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll:31
; CHECK-NEXT: const_llvar:
-; CHECK-NEXT: .llong 36
+; CHECK32-NEXT: .vbyte 4, 0
+; CHECK32-NEXT: .vbyte 4, 36
----------------
Adjust spacing here.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll:45
; CHECK-NEXT: const_dvar:
-; CHECK-NEXT: .llong 0x408c200000000000
+; CHECK32-NEXT: .vbyte 4, 1082925056
+; CHECK32-NEXT: .vbyte 4, 0
----------------
Same here and in other places within this file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80934/new/
https://reviews.llvm.org/D80934
More information about the llvm-commits
mailing list