[AMDGPU] Add link to bug

This commit is contained in:
Jay Foad 2021-10-18 10:33:24 +01:00
parent ea970661dc
commit a129932b0d
1 changed files with 1 additions and 0 deletions

View File

@ -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);