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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to