[PATCH] D149646: [LLVM][Uniformity] Propagate temporal divergence explicitly

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 03:28:59 PDT 2023


foad added inline comments.


================
Comment at: llvm/include/llvm/ADT/GenericUniformityImpl.h:818
+// - Check all PHIs in all exit blocks for inputs defined in the cycle.
+// - For every block B inside C that dominates at least one exit block, check
+//   all uses outside C.
----------------
Nit: say "DefCycle" instead of "C" (which you have not defined)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149646



More information about the llvm-commits mailing list