[all-commits] [llvm/llvm-project] d682a3: [SLP] Merge null and dyn_cast<> checks into dyn_ca...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Sep 22 06:02:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d682a36ef9dace4887c42d392110ea21eb9e31a6
https://github.com/llvm/llvm-project/commit/d682a36ef9dace4887c42d392110ea21eb9e31a6
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] Merge null and dyn_cast<> checks into dyn_cast_or_null<>. NFCI.
More information about the All-commits
mailing list