[PATCH] D87838: [amdgpu] Compilation fix for Release

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 09:05:20 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7d593d0d6905: [amdgpu] Compilation fix for Release (authored by bgraur, committed by bkramer).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87838

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


Index: llvm/lib/Target/AMDGPU/SIISelLowering.cpp
===================================================================
--- llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+++ llvm/lib/Target/AMDGPU/SIISelLowering.cpp
@@ -11536,6 +11536,7 @@
       auto DstReg = MI.getOperand(0).getReg();
       auto MIB = BuildMI(MBB, MI, MI.getDebugLoc(), TII.get(Opcode), DstReg)
                      .add(MI.getOperand(1));
+      (void)MIB;
       LLVM_DEBUG(dbgs() << "        to: " << *MIB.getInstr());
       MI.eraseFromParent();
     }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87838.292536.patch
Type: text/x-patch
Size: 523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200917/76ec34f1/attachment.bin>


More information about the llvm-commits mailing list