aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2019-12-04 10:06:12 +0000
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>2019-12-04 11:30:00 +0000
commitb5f69e234ef0af43fa4b86d9977d46e0a4e442e7 (patch)
treebdcff099d962ff913333aee9153cf9499bafea06 /llvm/lib/Support/CommandLine.cpp
parentb91f239485fb7bb8d29be3e0b60660a2de7570a9 (diff)
downloadllvm-b5f69e234ef0af43fa4b86d9977d46e0a4e442e7.zip
llvm-b5f69e234ef0af43fa4b86d9977d46e0a4e442e7.tar.gz
llvm-b5f69e234ef0af43fa4b86d9977d46e0a4e442e7.tar.bz2
Handle BUNDLE instructions in MipsAsmPrinter
Summary: In our CHERI fork we use BUNDLE instructions to ensure that a three-instruction sequence to generate a program-counter-relative value is emitted without reordering or insertions (since that would break the 32-bit offset computation). Currently MipsAsmPrinter asserts when it encounters a pseudo instruction. To handle BUNDLE we can simply skip the instruction which will then make EmitInstruction() process the contents of the bundle in order. Reviewers: atanasyan Reviewed By: atanasyan Subscribers: merge_guards_bot, sdardis, hiraditya, jrtc27, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70945
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions