[PATCH] D151986: UniformityAnalysis: Skip computation with no branch divergence

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 23:36:35 PDT 2023


foad added inline comments.


================
Comment at: llvm/include/llvm/ADT/GenericUniformityImpl.h:46
 #include "llvm/ADT/StringExtras.h"
+#include "llvm/Analysis/TargetTransformInfo.h"
 #include "llvm/Support/raw_ostream.h"
----------------
I don't see why this is needed here. It's already included in lib/Analysis/UniformityAnalysis.cpp.


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

https://reviews.llvm.org/D151986



More information about the llvm-commits mailing list