[llvm] [AArch64][GlobalISel] Added pmull/pmull64 intrinsic support (PR #165740)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 06:48:05 PST 2025


================
@@ -3,9 +3,6 @@
 ; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=+sve < %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SVE
 ; RUN: llc -mtriple=aarch64 -global-isel -global-isel-abort=2 -verify-machineinstrs %s -o - 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-GI
----------------
davemgreen wrote:

Can you now remove `-global-isel-abort=2` and `2>&1`, now that we don't fall back at-all.

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


More information about the llvm-commits mailing list