[PATCH] D152033: TTI: Pass function to hasBranchDivergence in a few passes

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 3 03:19:43 PDT 2023


sameerds added inline comments.


================
Comment at: llvm/test/Transforms/SpeculativeExecution/single-lane-execution.ll:14
+; CHECK: a:
+; CHECK: %x = add i32 2, 3
+a:
----------------
Shouldn't this have been moved to the entry block??


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

https://reviews.llvm.org/D152033



More information about the llvm-commits mailing list