[PATCH] D127052: [amdgpu][nfc] Allocate kernel-specific LDS struct deterministically
Jon Chesterfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 06:53:00 PDT 2022
JonChesterfield added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/lds-frame-extern.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -march=amdgcn -mcpu=gfx906 -verify-machineinstrs < %s | FileCheck -check-prefixes=GFX9 %s
+; RUN: llc -march=amdgcn -mcpu=gfx1010 -verify-machineinstrs < %s | FileCheck -check-prefixes=GFX10 %s
----------------
arsenm wrote:
> Should use -mtriple=amdgcn-amd-amdhsa, the checks are using the old style mesa relocations for stack
Nice, thanks. Dropping to gfx10 only as well, makes the test easier to read.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127052/new/
https://reviews.llvm.org/D127052
More information about the llvm-commits
mailing list