[llvm] [CodeGen] Regen some old tests; NFC (PR #91250)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 12:26:57 PDT 2024
================
@@ -16,6 +17,47 @@
; SI: buffer_store_byte
define amdgpu_kernel void @store_i1(ptr addrspace(5) %out) {
+; EG-LABEL: store_i1:
----------------
arsenm wrote:
This one at least is pretty broken. It didn't generate the relevant checks and only the R600 lines.
We probably shouldn't have any generated tests with shared r600 and gcn run lines
https://github.com/llvm/llvm-project/pull/91250
More information about the llvm-commits
mailing list