[llvm-branch-commits] [AMDGPU] Baseline test for ptrtoaddr code generation (PR #143813)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 12 02:17:42 PDT 2025
================
@@ -0,0 +1,118 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -global-isel -verify-machineinstrs < %s | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: llc -global-isel -mtriple=amdgcn-amd-amdpal -mcpu=gfx900 < %s | FileCheck %s
```
Avoid using the default subtarget
https://github.com/llvm/llvm-project/pull/143813
More information about the llvm-branch-commits
mailing list