[PATCH] D106041: [WIP][SimpleLoopUnswitch] Re-fix introduction of UB when hoisted condition may be undef or poison

Hyeongyu Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 7 04:06:05 PDT 2021


hyeongyukim added a comment.

We talked about changing the pipeline in D107226 <https://reviews.llvm.org/D107226>, but there is no need to change the pipeline.
And the performance degradation caused by this patch was also reduced (104 differences were reduced to 99.) @aqjune


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106041



More information about the llvm-commits mailing list