[PATCH] D101289: [SimplifyCFG] Use applyUpdatesPermissive in HoistThenElseCodeToIf.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 05:52:21 PDT 2021


fhahn added a comment.

In D101289#2716447 <https://reviews.llvm.org/D101289#2716447>, @lebedev.ri wrote:

> Please give me the testcase.

I don't think it's possible to have a test case that's just using `SimplifyCFG`, because the branch would be simplified first. But there should be a crashing one in `llvm/test/Transforms/LoopVectorize/AArch64/prepare-hoist-sink.ll` from D101290 <https://reviews.llvm.org/D101290>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101289



More information about the llvm-commits mailing list