[PATCH] D44403: [X86] Remove SplitBinaryOpsAndApply and use SplitOpsAndApply by adding curly braces around the ops.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 13 07:23:29 PDT 2018
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D44403#1035643, @RKSimon wrote:
> I hit some problems with ArrayRef and initializer lists that I had to fix again with https://reviews.llvm.org/rL327241 - not sure if this will be the same - you don't have the explicit ArrayRef constructor which might fix the problem
LGTM - assuming this works alright.
Repository:
rL LLVM
https://reviews.llvm.org/D44403
More information about the llvm-commits
mailing list