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

           Summary: LLVM needs a tool for pattern match LLVM IR
           Product: Test Suite
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DejaGNU
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Trying to match patterns in LLVM IR using grep is painful and error prone,
especially when trying to look for a pattern that spans multiple instructions.

We should implement some kind of basic tool for match parts of the LLVM IR
against a pattern for use in writing simple test cases.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to