[PATCH] D50222: [CodeGen] [SelectionDAG] More efficient code for X % C == 0 (UREM case)
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 11:41:58 PDT 2018
lebedev.ri added a comment.
Hm, i stalled the review here it seems, sorry.
See inline comment.
I think you only updated the splat vector tests to use legal vectors (`<8 x i16>` instead of `<4 x i16>`),
but did not update the non-splat test files?
Can you update them too please? I'll then re-commit the tests once more, hopefully the last time :)
Repository:
rL LLVM
https://reviews.llvm.org/D50222
More information about the llvm-commits
mailing list