[llvm] [ValueTracking] Suport GEPs in matchSimpleRecurrence. (PR #123518)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 07:20:22 PST 2025
================
@@ -0,0 +1,574 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt < %s -passes=infer-alignment -S | FileCheck %s
+
+target datalayout = "p1:64:64:64:32"
+
+declare i1 @cond()
----------------
artagnon wrote:
Could use an `i1 %cond` argument in the functions?
https://github.com/llvm/llvm-project/pull/123518
More information about the llvm-commits
mailing list