From a129932b0d45949a884cee90726bf90217c2e737 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Mon, 18 Oct 2021 10:33:24 +0100 Subject: [PATCH] [AMDGPU] Add link to bug --- llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp | 1 + 1 file changed, 1 insertion(+) 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);