intel / vc-intrinsics

MIT License
52 stars 48 forks source link

0.12.0 is not compatible with LLVM 15 #117

Closed pszymich closed 1 year ago

pszymich commented 1 year ago
vc-intrinsics/GenXIntrinsics/lib/GenXIntrinsics/GenXSingleElementVectorUtil.cpp:776:37: error: 'llvm::Type* llvm::Type::getPointerElementType() const' is deprecated: Deprecated without replacement, see https://llvm.org/docs/OpaquePointers.html for context and migration instructions [-Werror=deprecated-declarations]
776 |             ->getPointerElementType();
    |                                     ^
AGindinson commented 1 year ago

Just to speed things up, commit https://github.com/intel/vc-intrinsics/commit/2e33ccaac25ba5258413ae57f2241b0ce8ff550f provides the wrappers that this code requires.

vmustya commented 1 year ago

Fixed in https://github.com/intel/vc-intrinsics/commit/721a39ca79adc59f745633b08ba6902d85da1e9a