[PATCH] D76153: [SimplifyCFG] try branch-to-branch simplification sooner

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 14:34:18 PDT 2020


lebedev.ri added a comment.

Branching on poison is UB, while performing bitmath on poison will only result in poison, which is less bad i think.
So i think *those* folds are okay.


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

https://reviews.llvm.org/D76153





More information about the llvm-commits mailing list