[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()
+
+define void @test_recur_i8_128(ptr align 128 %dst) {
----------------
artagnon wrote:

Might want to s/test_// in function names?

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


More information about the llvm-commits mailing list