[all-commits] [llvm/llvm-project] 7113de: [ScalarizeMaskedMemIntrin] Add missing dependency
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Tue Jan 19 11:35:18 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7113de301a846521a2bdd73d44ac9cf5827b37a6
https://github.com/llvm/llvm-project/commit/7113de301a846521a2bdd73d44ac9cf5827b37a6
Author: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp
Log Message:
-----------
[ScalarizeMaskedMemIntrin] Add missing dependency
The pass has dependency on 'TargetTransformInfoWrapperPass', but the
corresponding call to INITIALIZE_PASS_DEPENDENCY was missing.
Differential Revision: https://reviews.llvm.org/D94916
More information about the All-commits
mailing list