[PATCH] D22103: [ARM] Skip inline asm memory operands in DAGToDAGISel
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 12:52:30 PDT 2016
vitalybuka added a comment.
FAIL: LLVM :: CodeGen/ARM/inlineasm3.ll (4451 of 17333)
- TEST 'LLVM :: CodeGen/ARM/inlineasm3.ll' FAILED ********************
Script:
-------
/mnt/b/sanitizer-buildbot2/sanitizer-x86_64-linux-bootstrap/build/llvm_build_msan/./bin/llc -mtriple=arm-eabi -float-abi=soft -mattr=+neon,+v6t2 -no-integrated-as /mnt/b/sanitizer-buildbot2/sanitizer-x86_64-linux-bootstrap/build/llvm/test/CodeGen/ARM/inlineasm3.ll -o - | /mnt/b/sanitizer-buildbot2/sanitizer-x86_64-linux-bootstrap/build/llvm_build_msan/./bin/FileCheck /mnt/b/sanitizer-buildbot2/sanitizer-x86_64-linux-bootstrap/build/llvm/test/CodeGen/ARM/inlineasm3.ll
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Exit Code: 1
Command Output (stderr):
------------------------
/mnt/b/sanitizer-buildbot2/sanitizer-x86_64-linux-bootstrap/build/llvm/test/CodeGen/ARM/inlineasm3.ll:10:10: error: expected string not found in input
; CHECK: vmov.I64 q15, #0
^
<stdin>:1:4: note: scanning from here
.text
^
<stdin>:8:8: note: possible intended match here
.eabi_attribute 17, 1 @ Tag_ABI_PCS_GOT_use
Repository:
rL LLVM
https://reviews.llvm.org/D22103
More information about the llvm-commits
mailing list