[PATCH] D16929: add support for -print-imm-hex for AArch64

Paul Osmialowski via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 04:12:33 PST 2016


pawosm01 updated this revision to Diff 48063.
pawosm01 added a comment.

This is altered version of the patch - no dead code elimination and it applies cleanly on todays LLVM git master. 'make check' completes successfully.


Repository:
  rL LLVM

http://reviews.llvm.org/D16929

Files:
  lib/Target/AArch64/AArch64InstrFormats.td
  lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
  lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
  test/CodeGen/AArch64/aarch64-be-bv.ll
  test/CodeGen/AArch64/arm64-abi_align.ll
  test/CodeGen/AArch64/arm64-addrmode.ll
  test/CodeGen/AArch64/arm64-atomic.ll
  test/CodeGen/AArch64/arm64-bitfield-extract.ll
  test/CodeGen/AArch64/arm64-build-vector.ll
  test/CodeGen/AArch64/arm64-const-addr.ll
  test/CodeGen/AArch64/arm64-fast-isel-addr-offset.ll
  test/CodeGen/AArch64/arm64-fast-isel-gv.ll
  test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll
  test/CodeGen/AArch64/arm64-fcopysign.ll
  test/CodeGen/AArch64/arm64-fp128.ll
  test/CodeGen/AArch64/arm64-memcpy-inline.ll
  test/CodeGen/AArch64/arm64-movi.ll
  test/CodeGen/AArch64/arm64-neon-2velem-high.ll
  test/CodeGen/AArch64/arm64-neon-copy.ll
  test/CodeGen/AArch64/arm64-nvcast.ll
  test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
  test/CodeGen/AArch64/arm64-patchpoint.ll
  test/CodeGen/AArch64/arm64-register-pairing.ll
  test/CodeGen/AArch64/arm64-shrink-wrapping.ll
  test/CodeGen/AArch64/arm64-variadic-aapcs.ll
  test/CodeGen/AArch64/arm64-vector-ext.ll
  test/CodeGen/AArch64/arm64-vector-imm.ll
  test/CodeGen/AArch64/arm64-vshift.ll
  test/CodeGen/AArch64/arm64-vshuffle.ll
  test/CodeGen/AArch64/bitreverse.ll
  test/CodeGen/AArch64/complex-int-to-fp.ll
  test/CodeGen/AArch64/f16-instructions.ll
  test/CodeGen/AArch64/fast-isel-cmp-vec.ll
  test/CodeGen/AArch64/fast-isel-gep.ll
  test/CodeGen/AArch64/fdiv_combine.ll
  test/CodeGen/AArch64/fp16-v4-instructions.ll
  test/CodeGen/AArch64/fp16-vector-nvcast.ll
  test/CodeGen/AArch64/fpimm.ll
  test/CodeGen/AArch64/func-calls.ll
  test/CodeGen/AArch64/hints.ll
  test/CodeGen/AArch64/inlineasm-ldr-pseudo.ll
  test/CodeGen/AArch64/vector-fcopysign.ll
  test/MC/AArch64/arm64-advsimd.s
  test/MC/AArch64/arm64-aliases.s
  test/MC/AArch64/arm64-arithmetic-encoding.s
  test/MC/AArch64/ldr-pseudo.s
  test/MC/AArch64/single-slash.s
  test/MC/Disassembler/AArch64/arm64-advsimd.txt
  test/MC/Disassembler/AArch64/arm64-arithmetic.txt
  test/MC/Disassembler/AArch64/armv8.2a-statistical-profiling.txt
  test/MC/Disassembler/AArch64/neon-instructions.txt
  test/tools/llvm-objdump/AArch64/macho-symbolized-disassembly.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16929.48063.patch
Type: text/x-patch
Size: 132392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160216/26676ad1/attachment.bin>


More information about the llvm-commits mailing list