[PATCH] D50392: [TargetLowering] Add support for non-uniform vectors to BuildExactSDIV
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 7 10:16:11 PDT 2018
RKSimon added a comment.
In https://reviews.llvm.org/D50392#1191041, @greened wrote:
> Is it possible to break this into a NFC refactor and a separate patch to handle non-uniform denominators?
Sure, pulling out the BuildSDIVPattern helper and the codegen is doable as an NFC. That would leave the patch mainly as the if(isVector()) .. else .. block
Repository:
rL LLVM
https://reviews.llvm.org/D50392
More information about the llvm-commits
mailing list