[PATCH] D138990: [AArch64] Enable the select optimize pass for AArch64

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 08:12:01 PST 2022


dmgreen added a comment.

The compile time was a little higher than I expected, at around a 0.25% increase. I was expecting it to be closer to 0%, but some of the tests in ct-mark are around 0.5% (with others being 0%). Considering this is only enabled at -O3, that is probably an acceptable amount.


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

https://reviews.llvm.org/D138990



More information about the llvm-commits mailing list