[llvm] [AArch64] Optimize two large shifts and a combine into a single combine and shift (PR #99480)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 00:02:05 PDT 2024
================
@@ -0,0 +1,37 @@
+; RUN: update_llc_test_checks < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=neon | FileCheck %s
----------------
sopyb wrote:
I just realized how stupid this change is. I will work on figuring out update_llc_test_checks today, I had a long day yesterday and wanted to get some work done but my brain was out of it.
https://github.com/llvm/llvm-project/pull/99480
More information about the llvm-commits
mailing list