[PATCH] D113603: [x86] fold vector (X > -1) & Y to shift+andn
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 15 03:36:56 PST 2021
hans added a comment.
This caused assertions in Chromium builds targeting Windows. See https://bugs.chromium.org/p/chromium/issues/detail?id=1270222#c1 for a reproducer.
I've reverted in 5be64d416481c59dba5faae5e8b8a6fecb578082 <https://reviews.llvm.org/rG5be64d416481c59dba5faae5e8b8a6fecb578082> until it can be fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113603/new/
https://reviews.llvm.org/D113603
More information about the llvm-commits
mailing list