aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshat Oke <Akshat.Oke@amd.com>2025-02-27 10:38:58 +0000
committerAkshat Oke <Akshat.Oke@amd.com>2025-03-11 06:40:15 +0000
commita4ebecd03e26d4677450933e7847765dd9626ed3 (patch)
treec57d341d2873e5acbd8ae2d525366513d3d06ada
parenta5d5a02d54067e0768bcfdba73f7d0a9365bf3b2 (diff)
downloadllvm-a4ebecd03e26d4677450933e7847765dd9626ed3.zip
llvm-a4ebecd03e26d4677450933e7847765dd9626ed3.tar.gz
llvm-a4ebecd03e26d4677450933e7847765dd9626ed3.tar.bz2
add wwm flag to the test
-rw-r--r--llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir b/llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir
index 2398dc8..ca0420f 100644
--- a/llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir
+++ b/llvm/test/tools/llc/new-pm/regalloc-amdgpu.mir
@@ -2,7 +2,7 @@
# RUN: llc -mtriple=amdgcn --passes='regallocfast<filter=sgpr>,regallocfast<filter=wwm>,regallocfast<filter=vgpr>' --print-pipeline-passes --filetype=null %s | FileCheck %s --check-prefix=PASS
# RUN: not llc -mtriple=amdgcn --passes='regallocfast<filter=bad-filter>' --print-pipeline-passes --filetype=null %s 2>&1 | FileCheck %s --check-prefix=BAD-FILTER
-# RUN: llc -mtriple=amdgcn -enable-new-pm -sgpr-regalloc-npm=greedy -vgpr-regalloc-npm=fast -print-pipeline-passes %s | FileCheck %s --check-prefix=NPM-PASS
+# RUN: llc -mtriple=amdgcn -enable-new-pm -sgpr-regalloc-npm=greedy -wwm-regalloc-npm=fast -vgpr-regalloc-npm=fast -print-pipeline-passes %s | FileCheck %s --check-prefix=NPM-PASS
# PASS: regallocfast<filter=sgpr>
@@ -11,6 +11,7 @@
# BAD-FILTER: invalid regallocfast register filter 'bad-filter'
# NPM-PASS: greedy<sgpr>
+# NPM-PASS: regallocfast<filter=wwm;no-clear-vregs>
# NPM-PASS: regallocfast<filter=vgpr>
---
name: f