[PATCH] D143162: [AArch64] Add PredictableSelectIsExpensive feature to all the cpus that have FeatureEnableSelectOptimize

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 09:08:46 PDT 2023


dmgreen added a comment.

Thanks this looks good. Is it possible to write a test for a standard case where it is beneficial to convert a select to branches, and check that at least some of the cpus here enable it?


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

https://reviews.llvm.org/D143162



More information about the llvm-commits mailing list