[LLVMbugs] [Bug 13122] Need unit test driver for codegen IR passes.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 2 12:51:49 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13122

Bob Wilson <bob.wilson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Bob Wilson <bob.wilson at apple.com> 2012-07-02 14:51:49 CDT ---
I've committed svn r159570 which adds a -stop-after=<passname> option to llc. 
For example, you can run it with -stop-after=loop-reduce to write out the IR
after LSR.  This is still a work in progress.  In particular, the output file
format is expected to change to a YAML file, but it should be good enough to
start writing some LSR unit tests.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list