Displaying 1 result from an estimated 1 matches for "foo_and32".
2013 Jan 14
2
[LLVMdev] Troubleshooting Internal Garbage Collection
...uments:
/home/MathOnNapkins/Documents/Programming/llvm-3.2/Release+Asserts/bin/llc
-march=x65 -debug -filetype=asm ./test.ll
1. Running pass 'Function Pass Manager' on module './test.ll'.
2. Running pass 'x65 DAG->DAG Pattern Instruction Selection' on function
'@foo_and32'
For reference, I see this with both llvm 3.1 and 3.2. I have not tried the
svn trunk, though.
The test *.ll file contains a number of small test routines, and I'll
include it in the body as well:
define i32 @foo_add32(i32 %alpha) nounwind
{
%result = add nsw i32 %alpha,...