[clang] [Clang] Remove 3-element vector load and store special handling (PR #104661)
Shilei Tian via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 12 21:37:19 PST 2024
================
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
+ Core
----------------
shiltian wrote:
This is needed because `TargetInfo.cpp` now needs LLVM types.
https://github.com/llvm/llvm-project/pull/104661
More information about the cfe-commits
mailing list