[PATCH] D76984: [X86][SSE] Handle basic inversion of PTEST/TESTP operands (PR38522)
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 28 14:00:05 PDT 2020
craig.topper added a comment.
This feels subject to DAG combine ordering not folding the cmov+setcc before this combine gets a chance to run. Would this be simpler if we just did it at the intrinsic lowering stage?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76984/new/
https://reviews.llvm.org/D76984
More information about the llvm-commits
mailing list