[PATCH] D15331: PR25754: implement result legalization for UDIVREM8_ZEXT_HREG

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 11:44:43 PST 2016


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

I guess that works too. :)
I thought this way might lead to poorer codegen, but I'm not seeing it with the test case.
Please also add a 'TODO' comment that we should refactor the sext/zext code so that it's not duplicated.


http://reviews.llvm.org/D15331





More information about the llvm-commits mailing list