[PATCH] D69836: [MIR] Target specific MIR formating and parsing

qshanz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 19:47:11 PST 2020


steven.zhang added a comment.

Hmm, cause the sanity failure.

  /home/qshanz/work/commit/build/bin/llc -mtriple=thumbv7-none-linux-gnueabi -debug -o /dev/null < /home/qshanz/work/commit/llvm/test/CodeGen/ARM/gpr-paired-spill-thumbinst.ll 2>&1 | /home/qshanz/work/commit/build/bin/FileCheck /home/qshanz/work/commit/llvm/test/CodeGen/ARM/gpr-paired-spill-thumbinst.ll
  /home/qshanz/work/commit/llvm/test/CodeGen/ARM/gpr-paired-spill-thumbinst.ll:19:10: error: CHECK: expected string not found in input
  ; CHECK: t2STRDi8
           ^
  <stdin>:1:1: note: scanning from here
  Args: /home/qshanz/work/commit/build/bin/llc -mtriple=thumbv7-none-linux-gnueabi -debug -o /dev/null
  ^
  <stdin>:21:25: note: possible intended match here
  .. opcode 39 is aliased to 38


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69836





More information about the llvm-commits mailing list