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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 07:33:12 PST 2023


spatel added a comment.

We already have that fold?
https://alive2.llvm.org/ce/z/XPZL38

There is already an undo of that or something similar for FP ops on some targets, so it may need some generalization.


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