[PATCH] D30708: [ARM] SMULW [T|B] DAG Combine

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 01:27:54 PST 2017


samparker added a comment.

Yes ok, I had hoped that more code could be refactored out of the other backends since most of the uses were for low bit masks, but it makes more sense to a flexible API.  This makes the interface very similar to TLO::SimplifyDemandedBits, do you know why that function is set to assume a single use?


https://reviews.llvm.org/D30708





More information about the llvm-commits mailing list