Skip to content

Commit a39c855

Browse files
authored
[ESIMD] Update genx-intrinsics git tag to include new load/merge intrinsics (#7254)
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 5a4ed2a commit a39c855

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ endif()
1313
if (NOT TARGET LLVMGenXIntrinsics)
1414
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
1515
set(LLVMGenXIntrinsics_GIT_REPO https://github.com/intel/vc-intrinsics.git)
16-
# Author: Haohai Wen <haohai.wen@intel.com>
17-
# Date: Fri Jun 10 03:46:22 2022 +0000
18-
# Format InstructionSimplify names
19-
set(LLVMGenXIntrinsics_GIT_TAG abce9184b7a3a7fe1b02289b9285610d9dc45465)
16+
# Author: Victor Mustya <victor.mustya@intel.com>
17+
# Date: Fri Oct 14 21:03:46 2022 +0000
18+
# Correctly restore pointer types for kernel args
19+
set(LLVMGenXIntrinsics_GIT_TAG c708e3c18ad8467b4082cc61f7cca38f9f57c9c0)
2020

2121
message(STATUS "vc-intrinsics repo is missing. Will try to download it from ${LLVMGenXIntrinsics_GIT_REPO}")
2222
include(FetchContent)

0 commit comments

Comments
 (0)