[LLVMbugs] LICM Test Failure?
Bill Wendling
isanbard at gmail.com
Mon May 21 03:06:38 PDT 2007
Anyone seeing this failure in a fresh tree?
Running /Users/wendling/llvm/test/Transforms/LICM/dg.exp ...
FAIL: /Users/wendling/llvm/test/Transforms/LICM/scalar_promote.ll
Failed with signal(SIGPIPE) at line 1
while running: llvm-upgrade < /Users/wendling/llvm/test/Transforms/
LICM/scalar_promote.ll | llvm-as | opt -licm -stats |& grep {memory
locations promoted to register}
Binary file (standard input) matches
child killed: write on pipe with no readers
The output I get from running this command is:
===---------------------------------------------------------------------
----===
... Statistics Collected ...
===---------------------------------------------------------------------
----===
2 licm - Number of instructions hoisted out of loop
2 licm - Number of memory locations promoted to registers
This is on a PowerBook G4.
-bw
More information about the llvm-bugs
mailing list