[PATCH] D143762: [AMDGPU] Enable whole wave register copy

Yashwant Singh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 08:41:03 PDT 2023


yassingh updated this revision to Diff 535429.
yassingh added a comment.

rebase


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143762/new/

https://reviews.llvm.org/D143762

Files:
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp


Index: llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
===================================================================
--- llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
+++ llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
@@ -1347,7 +1347,6 @@
   addPass(&SILowerSGPRSpillsID);
 
   addPass(createVGPRAllocPass(false));
-
   return true;
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143762.535429.patch
Type: text/x-patch
Size: 345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230628/6e48cd3e/attachment.bin>


More information about the llvm-commits mailing list