[PATCH] D69556: [CodeGen] Move ARMCodegenPrepare to TypePromotion

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 12:35:29 PDT 2019


efriedma added a comment.

It probably makes sense to verify that this actually helps some other target, yes; there's no point to generalizing it if it isn't useful on other targets.  I would guess it has similar benefits on other non-x86 targets, though.


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

https://reviews.llvm.org/D69556





More information about the llvm-commits mailing list