[PATCH] D112300: [InstCombine] Don't split up Loads and free Exts

Andre Vieira via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 06:12:46 PDT 2021


avieira added a comment.

@spatel Yeah that's where I first made the change, but as I was working on it I noticed the original transformation was being done in InstCombine and as a practice I prefer to prevent transformations rather than undo them. I am guessing we are not in agreement on that. I've started reworking the original approach to do it in TypePromotion.


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

https://reviews.llvm.org/D112300



More information about the llvm-commits mailing list