[Mesa-dev] [Bug 107146] swr doesn't compile with current LLVM 7.0 snapshots
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jul 6 23:09:33 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=107146
Bug ID: 107146
Summary: swr doesn't compile with current LLVM 7.0 snapshots
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/swr
Assignee: mesa-dev at lists.freedesktop.org
Reporter: bero at lindev.ch
QA Contact: mesa-dev at lists.freedesktop.org
createInstructionSimplifierPass() has been removed in LLVM. This is used in a
few places in SWR; looks like this can safely be removed because it is always
preceded by createInstructionCombiningPass() which seems to be a superset of
what createInstructionSimplifierPass() used to do.
Fixing this just unmasks another problem though -
Intrinsic::x86_fma_vfmadd_ps_256 is gone. Not sure how to replace that
properly.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180706/d873f067/attachment.html>
More information about the mesa-dev
mailing list