[llvm] [BasicAA] Use nuw attribute of GEPs (PR #98608)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 05:28:30 PDT 2024
================
@@ -0,0 +1,216 @@
+; RUN: opt < %s -aa-pipeline=basic-aa -passes=aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s
+
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
----------------
nikic wrote:
Explicit datalyout shouldn't be needed here.
https://github.com/llvm/llvm-project/pull/98608
More information about the llvm-commits
mailing list