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

            Bug ID: 31205
           Summary: Use tablegen to generate lookup tables
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

There are several tables in the X86 backend that could be auto-generated to
reduce the maintenance burden.
For example,
1. ReplaceableInstrs
2. Memory folding/unfolding

See Hal's recipe for how to implement #1:
http://lists.llvm.org/pipermail/llvm-dev/2016-November/107588.html

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

Reply via email to