[llvm] [LAA][NFC] Refactor deref no-wrap check; expose broken reverse-loop bounds (PR #211960)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 2 11:47:54 PDT 2026
================
@@ -0,0 +1,94 @@
+; RUN: opt -passes='print<access-info>' -disable-output %s 2>&1 | FileCheck %s
+
+; Reverse i32 loop over 4 elements whose access range exactly fills the
----------------
fhahn wrote:
```suggestion
; Reverse loop loading 4 i32 elements whose access range exactly fills the
```
https://github.com/llvm/llvm-project/pull/211960
More information about the llvm-commits
mailing list