[PATCH] D34240: [WebAssembly] Expansion of llvm.umul.overflow with i64 type operands.
Jatin Bhateja via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 19:50:43 PDT 2017
jbhateja added a comment.
Hi Eli,
As per following abstract from LLVM developer's policy since I do not have subversion access yet so I cannot be an approver of my own patch.
"Note that anyone is welcome to review and give feedback on a patch, but only people with Subversion write access can approve it."
Patch has been discussed and regressed and is fixing a missing a case of breaking illegal return types over stack during node legalization , which is not usual as type legalization takes care of illegal types and massages them iteratively till they are legal.
Repository:
rL LLVM
https://reviews.llvm.org/D34240
More information about the llvm-commits
mailing list