[llvm-branch-commits] [llvm] [Attributor] AAAddressSpace should use the AA for recursive lookups (PR #207866)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 7 00:00:32 PDT 2026


================
@@ -0,0 +1,172 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --check-attributes --check-globals --prefix-filecheck-ir-name true
+; RUN: opt -mtriple=nvptx-unknown-unknown -aa-pipeline=basic-aa -passes=attributor -attributor-manifest-internal -attributor-annotate-decl-cs -S < %s | FileCheck %s --check-prefix=CHECK
+
+; ModuleID = '/app/example.cu'
+target datalayout = "e-p6:32:32-i64:64-i128:128-i256:256-v16:16-v32:32-n16:32:64"
----------------
arsenm wrote:

```suggestion
```

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


More information about the llvm-branch-commits mailing list