diff options
author | Craig Topper <craig.topper@intel.com> | 2020-07-31 23:10:47 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2020-07-31 23:57:13 -0700 |
commit | 75f134eec1ca30a4080e38d6d364ed932c0322ab (patch) | |
tree | 7d4358b58c60bad12825c96da8e2ea3a8008b67b /llvm/lib/CodeGen/MachineVerifier.cpp | |
parent | 8c5edf50234f52e0de37df3e4e7cec92bdb70e12 (diff) | |
download | llvm-75f134eec1ca30a4080e38d6d364ed932c0322ab.zip llvm-75f134eec1ca30a4080e38d6d364ed932c0322ab.tar.gz llvm-75f134eec1ca30a4080e38d6d364ed932c0322ab.tar.bz2 |
[X86] Refactor the broadcast and load folding in tryVPTESTM to reduce some code.
Now we try to load and broadcast together for operand 1. Followed
by load and broadcast for operand 1. Previously we tried load
operand 1, load operand 1, broadcast operand 0, broadcast operand 1.
Now we have a single helper that tries load and broadcast for
one operand that we can just call twice.
Diffstat (limited to 'llvm/lib/CodeGen/MachineVerifier.cpp')
0 files changed, 0 insertions, 0 deletions