[PATCH] D105610: [AMDGPU] Don't handle export done when unify exit nodes

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 8 01:39:34 PDT 2021


critson added a comment.

>From my own recent work, I think this should be fine.
The only cases where a null export are "required" occur in control flow following an infinite loop, which obviously is never executed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105610



More information about the llvm-commits mailing list