[llvm] [InstCombine] Precommit a test for folding a binary op of reductions. (PR #121568)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 05:34:24 PST 2025
================
@@ -0,0 +1,100 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128"
----------------
dtcxzyw wrote:
The data layout is unused.
https://github.com/llvm/llvm-project/pull/121568
More information about the llvm-commits
mailing list