[PATCH] D122829: [AArch64] Optimize SDIV with pow2 constant divisor

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 01:08:21 PDT 2022


david-arm added a comment.

Is it also possible that in some contexts we may want to avoid setting flags where possible? i.e. for loops with control flow? The architecture only has one flags register, but has many GPRs.


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

https://reviews.llvm.org/D122829



More information about the llvm-commits mailing list