[LLVMbugs] [Bug 4409] New: LLVM needs a tool for pattern match LLVM IR
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jun 17 14:22:38 PDT 2009
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: unassignedbugs at nondot.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list