[PATCH] D50392: [TargetLowering] Add support for non-uniform vectors to BuildExactSDIV

David Greene via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 7 11:06:14 PDT 2018


greened added a comment.

> 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

The intent would be to have the largish code changes not result in test changes and then the smaller functional change would be reflected in the tests.


Repository:
  rL LLVM

https://reviews.llvm.org/D50392





More information about the llvm-commits mailing list