[PATCH] D54174: [GlobalISel] LegalizationArtifactCombiner: Combine aext([asz]ext x) -> [asz]ext x
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 08:40:44 PST 2018
dsanders added a comment.
What's the reason for not putting this in a post-legalize combiner? It seems to me that we'll have to implement this in the Legalizer and the Combiner
https://reviews.llvm.org/D54174
More information about the llvm-commits
mailing list