https://bugs.llvm.org/show_bug.cgi?id=21906

Davide Italiano <dav...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dav...@freebsd.org
         Resolution|---                         |FIXED

--- Comment #3 from Davide Italiano <dav...@freebsd.org> ---
Gone away.

[davide@cupiditate bin]$ ./opt -instcombine -simplifycfg -inline -sroa
-early-cse -jump-threading -instcombine -licm -gvn -simplifycfg pat2.ll
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.

[davide@cupiditate bin]$ ./opt -licm pat2.ll
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to