[PATCH] D105980: [ARM][llvm-objdump] Annotate PC-relative memory operands of VLDR instructions

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 20:38:54 PDT 2021


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/tools/llvm-objdump/ELF/ARM/literal-vldr-thumb2.s:4
+@ RUN: llvm-mc %s -triple=thumbv8a --mattr=+fullfp16 -filetype=obj | \
+@ RUN:   llvm-objdump -d --no-show-raw-insn --triple=thumbv8a --mattr=+fullfp16 - | \
+@ RUN:   FileCheck %s
----------------
llvm-objdump can detect the triple, so you can omit --triple


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105980/new/

https://reviews.llvm.org/D105980



More information about the llvm-commits mailing list