[llvm-bugs] [Bug 39038] New: [llvm-exegesis] Exploration of MCInstr predicates

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Sep 21 07:28:23 PDT 2018


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

            Bug ID: 39038
           Summary: [llvm-exegesis] Exploration of MCInstr predicates
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: clement.courbet at gmail.com
                CC: llvm-bugs at lists.llvm.org

Right now we can check if an instruction supports the zero-idiom with:

```
echo 'vxorps %ymm0, %ymm0, %y^C| ./bin/llvm-exegesis -mode=uops
-snippets-file=-
```

It would be nice if the llvm-exegesis SnippetGenerator could generate
configurations for all MCInstPredicates in the SchedModel to discover which
instructions support the zero idiom.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180921/0c9d7dbe/attachment.html>


More information about the llvm-bugs mailing list