[all-commits] [llvm/llvm-project] e288e2: [X86] Move expansion of MASKPAIR16LOAD and MASKPAI...
topperc via All-commits
all-commits at lists.llvm.org
Fri May 15 09:52:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e288e243769d58e817f1ad5442dcdad3d199899b
https://github.com/llvm/llvm-project/commit/e288e243769d58e817f1ad5442dcdad3d199899b
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M llvm/lib/Target/X86/X86ExpandPseudo.cpp
M llvm/lib/Target/X86/X86MCInstLower.cpp
M llvm/test/CodeGen/X86/vp2intersect_multiple_pairs.ll
Log Message:
-----------
[X86] Move expansion of MASKPAIR16LOAD and MASKPAIR16STORE from X86MCInstLower to X86ExpandPseudo.
It makes more sense to turn these into real instructions
a little earlier in the pipeline.
I've made sure to adjust the memoperand so the spill/reload
comments are printed correctly.
More information about the All-commits
mailing list