[PATCH] D45821: [AArch64] improve code generation of vectors smaller than 64 bit
Sebastian Pop via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 13:15:45 PDT 2018
sebpop added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-storebytesmerge.ll:8
+; CHECK: str x30, [sp, #-16]!
+; CHECK-NEXT: movi d0, #0000000000000000
+; CHECK-NEXT: adrp x8, q
----------------
This change doesn't look good.
================
Comment at: llvm/test/CodeGen/AArch64/complex-fp-to-int.ll:40
+; CHECK: fcvtzs w
+; CHECK: fcvtzs w
----------------
I need to investigate why these are scalarized.
https://reviews.llvm.org/D45821
More information about the llvm-commits
mailing list