[llvm] [AMDGPU] Remove SIWholeQuadMode pass early exit (PR #98450)

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 02:39:17 PDT 2024


================
@@ -1493,9 +1496,10 @@ void SIWholeQuadMode::lowerCopyInstrs() {
                                 *MRI, MI->getOperand(0)));
     MI->setDesc(TII->get(CopyOp));
   }
+  return !LowerToCopyInstrs.empty();
----------------
perlfu wrote:

Thanks, I'll fix this.

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


More information about the llvm-commits mailing list