[PATCH] D59066: [TargetLowering] improve the default expansion of uaddsat/usubsat

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 11:54:38 PDT 2019


spatel added a comment.

The AArch-specific improvements in D59187 <https://reviews.llvm.org/D59187> / D59174 <https://reviews.llvm.org/D59174> seem like good patches, but even without those test diffs, do we still want this general optimization, so other targets are not similarly impacted? (We don't have these tests for any other in-tree targets AFAIK.)


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

https://reviews.llvm.org/D59066





More information about the llvm-commits mailing list