[PATCH] D74155: [X86CmovConversion] Make heuristic for optimized cmov depth more conservative (PR44539)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 12:34:53 PST 2020


lebedev.ri added a reviewer: lebedev.ri.
lebedev.ri added a comment.

Could you please pull in

- `llvm/test/Transforms/SimplifyCFG/signbit-like-value-extension.ll`,
- `llvm/test/Transforms/SimplifyCFG/safe-abs.ll`
- `llvm/test/Transforms/SimplifyCFG/safe-low-bit-extract.ll`

as codegen tests to see that we still produce cmov in those?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74155





More information about the llvm-commits mailing list