[llvm] [AMDGPU] Add no return image_sample intrinsics and instructions (PR #97542)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 3 02:04:52 PDT 2024
================
@@ -0,0 +1,479 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1030 -verify-machineinstrs -global-isel=0 < %s | FileCheck -check-prefixes=GFX10PLUS,GFX10PLUS-SDAG,GFX10,GFX10-SDAG %s
----------------
arsenm wrote:
Drop all the -verify-machineinstrs, and move the -global-isel arguments to be first
https://github.com/llvm/llvm-project/pull/97542
More information about the llvm-commits
mailing list