[PATCH] D147409: Add baseline tests for D147404
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 2 03:48:04 PDT 2023
dmgreen added a comment.
Sounds good. Can you add these to the existing hadd-combine.ll file instead, and add aarch64.neon.shadd/uhadd/urhadd variants too? AArch64 uses hadd/rhadd names, as opposed to avg like X86.
================
Comment at: llvm/test/CodeGen/AArch64/avg.ll:22
+
+define <2 x i32> @avg_v2i16(<2 x i32> %x) {
+; CHECK-LABEL: avg_v2i16:
----------------
v2i16 -> v2i32
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147409/new/
https://reviews.llvm.org/D147409
More information about the llvm-commits
mailing list