[llvm] [NFC][AMDGPU] Add test for unfold-masked-merge-scalar-variablemask.ll (PR #140093)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Mon May 19 07:43:17 PDT 2025
================
@@ -0,0 +1,779 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1100 < %s | FileCheck --check-prefix=GCN %s
----------------
shiltian wrote:
nit: use full triple name, aka `amdgcn-amd-amdhsa`, here
https://github.com/llvm/llvm-project/pull/140093
More information about the llvm-commits
mailing list