[llvm] [LLVM][DAGCombiner] Look through freeze when combining extensions of loads (PR #175022)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 9 02:01:53 PST 2026
================
@@ -0,0 +1,308 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
+; RUN: llc -mtriple=aarch64--linux-gnu -mattr=+sve < %s | FileCheck %s
+
+;
+; Masked Loads
----------------
david-arm wrote:
I've cleaned them up now and removed some unused function arguments.
https://github.com/llvm/llvm-project/pull/175022
More information about the llvm-commits
mailing list