diff options
author | Pierre-vh <pierre.vanhoutryve@arm.com> | 2020-03-13 15:45:32 +0000 |
---|---|---|
committer | Pierre-vh <pierre.vanhoutryve@arm.com> | 2020-04-01 12:34:20 +0100 |
commit | dad848280d3b740524803595d463510e1090ab59 (patch) | |
tree | abe08be5dfbc2c2d37004911c16300d25b6f56dc /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c9d15880542ef483470ee33dbd055b68396d4537 (diff) | |
download | llvm-dad848280d3b740524803595d463510e1090ab59.zip llvm-dad848280d3b740524803595d463510e1090ab59.tar.gz llvm-dad848280d3b740524803595d463510e1090ab59.tar.bz2 |
[Target][ARM] Change VPTMaskValues to the correct encoding
VPTMaskValue was using the "instruction" encoding to represent the masks
(= the same encoding as the one used by the instructions in an object file),
but it is only used to build MCOperands, so it should use the MCOperand
encoding of the masks, which is slightly different.
Differential Revision: https://reviews.llvm.org/D76139
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions