[PATCH] D93183: [BasicAA] Make sure context instruction is symmetric

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 09:20:50 PST 2020


jdoerfert added a comment.

Can't we use any dominator for the context? If so, why not use `findNearestCommonDominator` instead of giving up?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93183



More information about the llvm-commits mailing list