[all-commits] [llvm/llvm-project] 071680: [SLP] optimizeGatherSequence - assert every Instru...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Oct 8 12:02:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0716805c02a7ddc8fb2323444f022d3aa47055d3
https://github.com/llvm/llvm-project/commit/0716805c02a7ddc8fb2323444f022d3aa47055d3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] optimizeGatherSequence - assert every Instruction in the worklist is non-null.
Fixes clang static analyzer warning.
Commit: 85681131019db5d6831fb3980aec683d517e1674
https://github.com/llvm/llvm-project/commit/85681131019db5d6831fb3980aec683d517e1674
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
Log Message:
-----------
Fix Wparentheses warning. NFCI.
Wrap the containErrors() calls together - assert we have any containErrors cases in the conditional operator.
Compare: https://github.com/llvm/llvm-project/compare/750b3ddd80f1...85681131019d
More information about the All-commits
mailing list