[llvm] [AA] Make alias check more accurately. (PR #137747)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 29 08:32:39 PDT 2025


================
@@ -0,0 +1,77 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=gfx90a -verify-machineinstrs < %s | FileCheck --check-prefix=GCN %s
----------------
arsenm wrote:

But it's a basic AA query, at most you depend on including the target AA in the AA pipeline? 

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


More information about the llvm-commits mailing list