[llvm] [AArch64] Convert UADDV(add(zext, zext)) into UADDLV(concat). (PR #78301)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 07:39:50 PST 2024


================
@@ -1434,37 +1434,21 @@ entry:
 }
 
 define zeroext i8 @add_v16i8_v16i8_acc(<16 x i8> %x, i8 %a) {
-; CHECK-SD-BASE-LABEL: add_v16i8_v16i8_acc:
----------------
david-arm wrote:

I think it's because multiple prefixes were supplied on the same RUN line and different versions of the script have chosen different a prefix.

https://github.com/llvm/llvm-project/pull/78301


More information about the llvm-commits mailing list