[all-commits] [llvm/llvm-project] 29356e: [ScalarizeMaskedMemIntrin] Add new PM support
annamthomas via All-commits
all-commits at lists.llvm.org
Tue Dec 8 14:19:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 29356e3279b24fec6c6cc731969b8599818e4426
https://github.com/llvm/llvm-project/commit/29356e3279b24fec6c6cc731969b8599818e4426
Author: Anna Thomas <anna at azul.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/LinkAllPasses.h
M llvm/include/llvm/Transforms/Scalar.h
A llvm/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Scalar/Scalar.cpp
M llvm/lib/Transforms/Scalar/ScalarizeMaskedMemIntrin.cpp
M llvm/test/CodeGen/X86/masked_gather_scatter.ll
M llvm/tools/llc/llc.cpp
M llvm/tools/opt/opt.cpp
Log Message:
-----------
[ScalarizeMaskedMemIntrin] Add new PM support
This patch adds new PM support for the pass and the pass can be now used
during middle-end transforms. The old pass is remamed to
ScalarizeMaskedMemIntrinLegacyPass.
Reviewed-By: skatkov, aeubanks
Differential Revision: https://reviews.llvm.org/D92743
More information about the All-commits
mailing list