[llvm-bugs] [Bug 42286] New: [llvm-mca] Even better handling for "unsupported" instructions
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jun 14 08:26:47 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42286
Bug ID: 42286
Summary: [llvm-mca] Even better handling for "unsupported"
instructions
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: llvm-mca
Assignee: unassignedbugs at nondot.org
Reporter: lebedev.ri at gmail.com
CC: andrea.dibiagio at gmail.com, llvm-bugs at lists.llvm.org,
matthew.davis at sony.com
Currently, llvm-mca complains only if the instruction is marked
as unsupported in the sched model. That isn't ideal, in order to
get it right, one needs to somehow keep track of every instruction,
and mark unsupported as such, via InstRW.
But that info is already there, the llvm knows what instruction
sets are supported by what cpu.
It would be great to simply make use of that info.
--
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/20190614/c220098a/attachment.html>
More information about the llvm-bugs
mailing list