[llvm] [NVPTX] Aggressively try to replace image handles with references (PR #119730)

Justin Fargnoli via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 13:29:12 PST 2024


================
@@ -1,3 +1,4 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -verify-machineinstrs | FileCheck %s --check-prefix=SM20
 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_30 -verify-machineinstrs | FileCheck %s --check-prefix=SM30
----------------
justinfargnoli wrote:

I think we can add a common check-prefix here. 

https://github.com/llvm/llvm-project/pull/119730


More information about the llvm-commits mailing list