[PATCH] D138078: [CodeGenPrepare] split critical indirect edges from callbr w/ outputs

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 15 21:11:28 PST 2022


efriedma added a comment.

You can't put transforms that are necessary for correctness in CodeGenPrepare; it isn't enabled at -O0.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138078



More information about the cfe-commits mailing list