[llvm] [AArch64][GlobalISel] More type support for G_VECREDUCE_ADD (PR #67433)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 26 07:27:10 PDT 2023
================
@@ -2,6 +2,28 @@
; RUN: llc -mtriple=aarch64-none-linux-gnu %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-BASE
; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=+dotprod %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-DOT
----------------
davemgreen wrote:
It looks like it would be worth adding a -global-isel run line to this file.
https://github.com/llvm/llvm-project/pull/67433
More information about the llvm-commits
mailing list