[PATCH] D104569: [SimplifyCFG] Fix SimplifyBranchOnICmpChain to be undef/poison safe.

Hyeongyu Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 28 20:03:39 PDT 2021


hyeongyukim added a comment.

In D104569#2845996 <https://reviews.llvm.org/D104569#2845996>, @aqjune wrote:

> To address possible performance issues, do you want to take https://reviews.llvm.org/D82317 ? The validity of noundef flag is already checked by reviewers, the only necessary thing is to turn the flag on.

Sounds good, I'll take that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104569



More information about the llvm-commits mailing list