[PATCH] D119010: [AggressiveInstCombine] Recognize table-based ctz implementation and enable it for AARCH64 at -O3

Shubham Narlawar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 24 01:39:35 PST 2022


gsocshubham added a comment.

In D119010#3297057 <https://reviews.llvm.org/D119010#3297057>, @xbolva00 wrote:

> How hard is to implement support for x86?

It will be similar as lowering fix - https://reviews.llvm.org/D120462 once intrinsic recognition of cttz is merged.


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

https://reviews.llvm.org/D119010



More information about the llvm-commits mailing list