[PATCH] D104782: [AArch64] Custom lower <4 x i8> loads
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 24 11:41:15 PDT 2021
SjoerdMeijer added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/neon-extload.ll:52
; LE: // %bb.0:
-; LE-NEXT: ldrb w0, [x0]
+; LE-NEXT: ldr s0, [x0]
+; LE-NEXT: ushll v0.8h, v0.8b, #0
----------------
Ahh, just spotted that this is a regression.
Will look into this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104782/new/
https://reviews.llvm.org/D104782
More information about the llvm-commits
mailing list