Bug 106558

Summary: lower_x86.cpp:125:53: error: ‘x86_avx512_mask_permvar_sf_256’ is not a member of ‘llvm::Intrinsic’
Product: Mesa Reporter: Vinson Lee <vlee>
Component: Drivers/Gallium/swrAssignee: mesa-dev
Status: RESOLVED MOVED QA Contact: mesa-dev
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86-64 (AMD64)   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: proposed patch

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.