[PATCH] D155711: [SimplifyCFG] Hoist common instructions on Switch.
DianQK via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 16:26:48 PDT 2023
DianQK added a comment.
In D155711#4648971 <https://reviews.llvm.org/D155711#4648971>, @MaskRay wrote:
> In D155711#4648928 <https://reviews.llvm.org/D155711#4648928>, @MaskRay wrote:
>
>> Early heads-up we internally have identified a crash due to this change.
>
> I will try giving a reproduce later, but am reverting this now.
>
> musttail call must precede a ret with an optional bitcast
Okay. Thank you for the reproduce.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155711/new/
https://reviews.llvm.org/D155711
More information about the llvm-commits
mailing list