[PATCH] D33408: MachineCSE: Respect interblock physreg liveness

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 11:59:03 PDT 2017


thakis added a comment.

The new test fails for me like so, at r303736:

lit.py: /b/build/slave/linux_upload_clang/build/src/third_party/llvm/tools/clang/test/lit.cfg:200: note: using clang: '/b/build/slave/linux_upload_clang/build/src/third_party/llvm-bootstrap/./bin/clang'

- Testing: 32636 tests, 32 threads --

Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: CodeGen/MIR/Generic/machine-cse-physreg.mir (17609 of 32636)

- TEST 'LLVM :: CodeGen/MIR/Generic/machine-cse-physreg.mir' FAILED ********************

Script:
-------

/b/build/slave/linux_upload_clang/build/src/third_party/llvm-bootstrap/./bin/llc -mtriple thumbv5e -run-pass=machine-cse -o - /b/build/slave/linux_upload_clang/build/src/third_party/llvm/test/CodeGen/MIR/Generic/machine-cse-physreg.mir | /b/build/slave/linux_upload_clang/build/src/third_party/llvm-bootstrap/./bin/FileCheck /b/build/slave/linux_upload_clang/build/src/third_party/llvm/test/CodeGen/MIR/Generic/machine-cse-physreg.mir
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Exit Code: 2

Command Output (stderr):
------------------------

/b/build/slave/linux_upload_clang/build/src/third_party/llvm-bootstrap/./bin/llc: : error: unable to get target for 'thumbv5e', see --version and --triple.
FileCheck error: '-' is empty.

FileCheck command line:  /b/build/slave/linux_upload_clang/build/src/third_party/llvm-bootstrap/./bin/FileCheck /b/build/slave/linux_upload_clang/build/src/third_party/llvm/test/CodeGen/MIR/Generic/machine-cse-physreg.mir
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

I see you moved the test around in r303778, so if that happens to address this failure already, please disregard. Else, please take a look.


Repository:
  rL LLVM

https://reviews.llvm.org/D33408





More information about the llvm-commits mailing list