[PATCH] D47012: [X86] Scalar mask and scalar move optimizations
Tomasz Krupa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 15:20:17 PDT 2018
tkrupa added a comment.
Yes we could, but only for X86ISelLowering folding and FMA patterns - the other ones are multiclasses without any definitions, so they never alter anything at this point. They are intended to be a basis for several upcoming patches which will add defms for these patterns with the tests alongside them. I'm OOO tomorrow so I'll be able to add the tests for first two cases on Monday.
Repository:
rL LLVM
https://reviews.llvm.org/D47012
More information about the llvm-commits
mailing list