[PATCH] D110616: [Legalizer] Expand BR_CC into SETCC if condition code is legal

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 7 17:54:04 PST 2021


craig.topper added a comment.

If I'm reading the debug logs right, we started from a BRCOND with a SETCC input, the was expanded to an unsupported BR_CC. So now we need to expand the BR_CC. Should we have just checked for BR_CC legality before expanding the BRCOND using BR_CC?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110616



More information about the llvm-commits mailing list