[PATCH] D68926: [Codegen] Alter the default promotion for add_sat and sub_sat
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 14 12:37:41 PDT 2019
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
Overall this still looks good, and some of the tests (like AArch64/*_sat.ll) would look better than they do right now with appropriate `zeroext`/`signext` attributes. I think it's reasonable to expect that extension will often be free when doing promotion.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68926/new/
https://reviews.llvm.org/D68926
More information about the llvm-commits
mailing list