[PATCH] D32487: [X86] Relocate code of replacement of subtarget unsupported masked memory intrinsics to run also on -O0 option
Zvi Rackover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 13:18:36 PDT 2017
zvi added inline comments.
================
Comment at: lib/CodeGen/TargetPassConfig.cpp:494
+ // that stores/loads element one-by-one if the appropriate mask bit is set.
+ addPass(createScalarizeMaskedMemIntrinPass());
}
----------------
Do we want this pass added for all targets unconditionally?
https://reviews.llvm.org/D32487
More information about the llvm-commits
mailing list