[PATCH] D117527: AMDGPU: add test to show wwm register overwrite issue
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 17 17:05:23 PST 2022
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AMDGPU/set-inactive-wwm-overwrite.ll:4
+
+define dllexport amdgpu_cs void @if_then(<4 x i32> inreg %input, <4 x i32> inreg %output, <3 x i32> %LocalInvocationId) {
+; GCN-LABEL: if_then:
----------------
Don't need the dllexports
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117527/new/
https://reviews.llvm.org/D117527
More information about the llvm-commits
mailing list