[PATCH] D76364: [AMDGPU] Fix AMDGPUUnifyDivergentExitNodes

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 06:59:51 PDT 2020


piotr marked an inline comment as done.
piotr added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/multi-divergent-exit-region.ll:752
+
+.preheader.1:                                     ; preds = %.entry
+  br label %bb
----------------
piotr wrote:
> cwabbott wrote:
> > You don't need `.preheader.1` anymore and can delete it, right?
> Yes, the test could be simplified i guess. I just took the version I had generated. (I just pressed "submit", so can do it in another commit).
Test updated in 4d8a72027706883a14f8ea0b9e0986c6e44da496.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76364/new/

https://reviews.llvm.org/D76364





More information about the llvm-commits mailing list