[PATCH] D45537: [CodeGenPrepare] Move Extension Instructions Through Logical And Shift Instructions
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 3 15:44:46 PDT 2018
qcolombet added a comment.
> The new result isn't better than old result, neither worse. Do you think we should do transformation on this test case?
Yes. As long as it isn't worse, that means the cost model works the way we want.
https://reviews.llvm.org/D45537
More information about the llvm-commits
mailing list