Integrate LLVM to llvm/llvm-project@fcd02ae7caf2 (#24690)
Signed-off-by: Maksymilian B. Knust <knust@roofline.ai>
diff --git a/build_tools/cmake/linux_riscv32.cmake b/build_tools/cmake/linux_riscv32.cmake
index 3958b95..04d2c08 100644
--- a/build_tools/cmake/linux_riscv32.cmake
+++ b/build_tools/cmake/linux_riscv32.cmake
@@ -45,7 +45,6 @@
"--iree-llvmcpu-target-triple=riscv32"
"--iree-llvmcpu-target-abi=ilp32d"
"--iree-llvmcpu-target-cpu-features=+m,+a,+f,+d,+zvl512b,+zve32f"
- "--riscv-v-fixed-length-vector-lmul-max=8"
CACHE INTERNAL "Default llvm codegen flags for testing purposes")
set(CMAKE_C_FLAGS "${RISCV_COMPILER_FLAGS} ${CMAKE_C_FLAGS}")
diff --git a/build_tools/cmake/linux_riscv64.cmake b/build_tools/cmake/linux_riscv64.cmake
index da864ac..538c210 100644
--- a/build_tools/cmake/linux_riscv64.cmake
+++ b/build_tools/cmake/linux_riscv64.cmake
@@ -53,7 +53,6 @@
"--iree-llvmcpu-target-triple=riscv64"
"--iree-llvmcpu-target-abi=lp64d"
"--iree-llvmcpu-target-cpu-features=+m,+a,+f,+d,+c,+zvl512b,+v"
- "--riscv-v-fixed-length-vector-lmul-max=8"
CACHE INTERNAL "Default llvm codegen flags for testing purposes")
set(CMAKE_C_FLAGS_INIT "${RISCV_COMPILER_FLAGS}")
diff --git a/third_party/llvm-project b/third_party/llvm-project
index bb315b7..fcd02ae 160000
--- a/third_party/llvm-project
+++ b/third_party/llvm-project
@@ -1 +1 @@
-Subproject commit bb315b7e2953f02e1c8996b110752610e2187ce0
+Subproject commit fcd02ae7caf28f99357521cafaa6cc7be216ad02