[PATCH] D148957: [AMDGPU] Add intrinsic for converting global pointers to resources
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 14:14:00 PDT 2023
chapuni added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/make-buffer-rsrc-lds-fails.ll:1-2
+; RUN: not --crash llc -march=amdgcn -mcpu=gfx900 < %s
+; RUN: not --crash llc -global-isel -march=amdgcn -mcpu=gfx900 < %s
+
----------------
Would they really crash? I guess they require +asserts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148957/new/
https://reviews.llvm.org/D148957
More information about the llvm-commits
mailing list