[llvm] [AArch64] Optimize two large shifts and a combine into a single combine and shift (PR #99480)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 21:59:41 PDT 2024


================
@@ -0,0 +1,37 @@
+; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=neon | FileCheck %s
----------------
davemgreen wrote:

It is best to use the update_llc_test_checks script to keep the tests consistent and more easily maintained.

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


More information about the llvm-commits mailing list