[all-commits] [llvm/llvm-project] 7889d8: Revert "[LoadStoreVectorize] Use '||' instead of '...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Nov 15 12:50:19 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7889d8e7ebde9f0b968f7816ec09920adf24e0d3
https://github.com/llvm/llvm-project/commit/7889d8e7ebde9f0b968f7816ec09920adf24e0d3
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2019-11-15 (Fri, 15 Nov 2019)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
Log Message:
-----------
Revert "[LoadStoreVectorize] Use '||' instead of '|' between sides with function calls. NFCI."
This broke two tests. Presumably the non-short-circuting '|' was
intentional here.
This reverts commit f7efea0ded8e16c7751b378523407a491016edd6.
More information about the All-commits
mailing list