Bug 106558 - lower_x86.cpp:125:53: error: ‘x86_avx512_mask_permvar_sf_256’ is not a member of ‘llvm::Intrinsic’
Summary: lower_x86.cpp:125:53: error: ‘x86_avx512_mask_permvar_sf_256’ is not a member...
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/swr (show other bugs)
Version: git
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-17 22:21 UTC by Vinson Lee
Modified: 2019-09-18 18:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
proposed patch (3.53 KB, patch)
2018-05-23 23:24 UTC, Bernhard Rosenkraenzer
Details | Splinter Review

Description Vinson Lee 2018-05-17 22:21:07 UTC
Build error after llvm-7.0.0svn r332170.

  CXX      rasterizer/jitter/functionpasses/libmesaswr_la-lower_x86.lo
rasterizer/jitter/functionpasses/lower_x86.cpp:125:53: error: ‘x86_avx512_mask_permvar_sf_256’ is not a member of ‘llvm::Intrinsic’
         {"meta.intrinsic.VPERMPS",     {{Intrinsic::x86_avx512_mask_permvar_sf_256,  Intrinsic::x86_avx512_mask_permvar_sf_512},     NO_EMU}},
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rasterizer/jitter/functionpasses/lower_x86.cpp:125:53: note: suggested alternative: ‘x86_avx512_mask_permvar_df_256’
Comment 1 Bernhard Rosenkraenzer 2018-05-23 23:24:24 UTC
Created attachment 139724 [details] [review]
proposed patch
Comment 2 GitLab Migration User 2019-09-18 18:24:22 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/195.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.