[llvm] [DAGCombiner] Fix check for extending loads (PR #112182)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 05:19:21 PDT 2024


================
@@ -0,0 +1,29 @@
+; RUN: llc -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
+
----------------
arsenm wrote:

Can you merge this test with whatever test was added in the original combine? 

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


More information about the llvm-commits mailing list