[PATCH] D140974: [LICM][WIP] Transform and hoist select instructions if possible

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 01:17:34 PST 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

Per above comments, I believe we should 1) remove the InstCombine limitation that @spatel found and 2) undo in the backend if needed. I'd rather not have this kind of special case sitting in LICM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140974



More information about the llvm-commits mailing list