diff options
author | Kazushi (Jam) Marukawa <marukawa@nec.com> | 2020-06-05 15:43:29 +0200 |
---|---|---|
committer | Simon Moll <simon.moll@emea.nec.com> | 2020-06-05 15:44:02 +0200 |
commit | 117c0d7c1c12e5c82e0f5498fec511e8ae08d9ca (patch) | |
tree | 65461164fc3d4497b3ff53ed2f944d7544cd69d7 /llvm/lib/Transforms/Utils/LoopSimplify.cpp | |
parent | 39ff53984db796ad0ca19a88aea5eadde14fbe42 (diff) | |
download | llvm-117c0d7c1c12e5c82e0f5498fec511e8ae08d9ca.zip llvm-117c0d7c1c12e5c82e0f5498fec511e8ae08d9ca.tar.gz llvm-117c0d7c1c12e5c82e0f5498fec511e8ae08d9ca.tar.bz2 |
[VE] Support branch instructions in MC layer
Summary:
Add regression tests of asmparser, mccodeemitter, and disassembler for
branch instructions. In order to support them, we enhance asmparser
by adding splitting mnemonic mechanism, e.g. "bgt.l.t" into "b", "gt",
and ".l.t", and parsing mechanism for AS style memory addressing.
We also implment encoding and decoding mechanism for branch instructions.
Differential Revision: https://reviews.llvm.org/D81215
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopSimplify.cpp')
0 files changed, 0 insertions, 0 deletions