[PATCH] D37983: Add instruction subset for the ARC backend

Pete Couperus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 12 09:49:59 PDT 2017


petecoup added a comment.

I'm getting a few errors when running these tests now?

  misc.txt:25:10: error: expected string not found in input
  # CHECK: bl -2028
           ^
  <stdin>:9:2: note: scanning from here
   bl -1996
  
  br.txt:6:10: error: expected string not found in input
  # CHECK: brlo %r10, %r4, -112
           ^
  <stdin>:3:2: note: scanning from here
   brlo %r10, %r4, -108
   ^
  
  compact.txt:81:10: error: expected string not found in input
  # CHECK: b_s 256
           ^
  <stdin>:28:2: note: scanning from here
   b_s 316
   ^


Repository:
  rL LLVM

https://reviews.llvm.org/D37983





More information about the llvm-commits mailing list