[PATCH] D107233: [SimplifyCFG] Enable switch to lookup table for more types.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 06:50:46 PDT 2021


lebedev.ri added a comment.

In D107233#2922165 <https://reviews.llvm.org/D107233#2922165>, @fhahn wrote:

> In D107233#2918643 <https://reviews.llvm.org/D107233#2918643>, @lebedev.ri wrote:
>
>> Can we just revert rL168970 <https://reviews.llvm.org/rL168970>?
>> What exactly was the `rdar://12779436` about, can anyone look it up?
>
> It's an Apple-internal bug report of a crash that was the reason for the revert. As long as the test that has been added in rL168970 <https://reviews.llvm.org/rL168970> passes that should be fine. I can also verify against the original C++ source.

Note that most people don't have access to any such internal bugtrackers.
What was the crast?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107233



More information about the llvm-commits mailing list