AMDGPU: Don't wait at end of block with a trivial successor
If there is only one successor, and that successor only has one predecessor the wait can obviously be delayed until uses or the end of the next block. This avoids code quality regressions when there are trivial fallthrough blocks inserted for structurization. llvm-svn: 297251
Loading
Please register or sign in to comment