[llvm] [polly] [SCEV] Add initial support for ptrtoaddr. (PR #158032)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 09:49:58 PDT 2025
================
@@ -0,0 +1,70 @@
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
+; RUN: opt -passes='print<scalar-evolution>' -disable-output %s 2>&1 | FileCheck %s
+
+target datalayout="p64:64:64:32"
----------------
fhahn wrote:
Argh, yep that should be fixed in the latest version, thanks. replaced the assertion with a bail out
https://github.com/llvm/llvm-project/pull/158032
More information about the llvm-commits
mailing list