[llvm-bugs] [Bug 38101] [llvm-mca] implement a better framework for error handling.

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 13 11:17:13 PDT 2018


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

Matt Davis <matthew.davis at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Matt Davis <matthew.davis at sony.com> ---
Closing this feature out:

* Error propagation was introduced in https://reviews.llvm.org/D50561
* Code landed in r339594: https://reviews.llvm.org/rL339594

In summary: The patch communicates error states from within InstrBuilder and
RegisterFile (llvm-mca library classes) up to the driver.  This removes
premature exits from the library, and lets the driver make the decision as to
exit or not.

-- 
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/20180813/136f892d/attachment.html>


More information about the llvm-bugs mailing list