[PATCH] D112561: [CodeGen] Don't lower consecutive select instructions with different kind if target don't support it

Dmitry Kharlamov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 27 15:15:14 PDT 2021


D.Kharlamov added a comment.

Hello. It's for private target. It has same `TargetLowering::isSelectSupported()` as in ARM target. This patch removes inconsistency when selects are not lowered by CodegenPrepare.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112561



More information about the llvm-commits mailing list