[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
Wed Oct 6 00:35:45 PDT 2021


hyeongyukim added a comment.

Since the flag that adds the freeze is off, there is no change in the existing test code.
How about adding `-freeze-loop-unswitch-cond` to some of the tests so that we can see where the freeze is added?


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