[llvm] [AMDGPU] Remove dead pass: AMDGPUMachineCFGStructurizer (PR #105645)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 05:05:04 PDT 2024


================
@@ -8776,75 +8776,6 @@ bool SIInstrInfo::isNonUniformBranchInstr(MachineInstr &Branch) const {
   return Branch.getOpcode() == AMDGPU::SI_NON_UNIFORM_BRCOND_PSEUDO;
 }
----------------
jayfoad wrote:

This function `isNonUniformBranchInstr` is also unused now.

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


More information about the llvm-commits mailing list