[llvm] a129932 - [AMDGPU] Add link to bug

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 18 02:33:51 PDT 2021


Author: Jay Foad
Date: 2021-10-18T10:33:42+01:00
New Revision: a129932b0d45949a884cee90726bf90217c2e737

URL: https://github.com/llvm/llvm-project/commit/a129932b0d45949a884cee90726bf90217c2e737
DIFF: https://github.com/llvm/llvm-project/commit/a129932b0d45949a884cee90726bf90217c2e737.diff

LOG: [AMDGPU] Add link to bug

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp b/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
index 509d83d1db57..db2499a34a49 100644
--- a/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
+++ b/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
@@ -795,6 +795,7 @@ bool SILowerControlFlow::removeMBBifRedundant(MachineBasicBlock &MBB) {
 
 bool SILowerControlFlow::runOnMachineFunction(MachineFunction &MF) {
   // FIXME: This pass causes verification failures.
+  // See: https://bugs.llvm.org/show_bug.cgi?id=52204
   MF.getProperties().set(
       MachineFunctionProperties::Property::FailsVerification);
 


        


More information about the llvm-commits mailing list