[PATCH] D120230: [SelectOpti][1/4] Setup new select-optimize pass

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 00:19:19 PST 2022


wenlei added a comment.

Thanks for the patches. We've noticed similar problems as you described in RFC which often leads to way too aggressive cmov (in general and in comparison to gcc). Is the current version of this stack complete and functional? If so, we'd be happy to give it a try to see how it handles the suboptimal cases we spotted.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120230



More information about the llvm-commits mailing list