[clang] [Clang] Remove 3-element vector load and store special handling (PR #104661)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 15 17:36:32 PST 2024


================
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  Core
----------------
topperc wrote:

Does this create additional dependencies on clang based tools that don't need to use LLVM IR? For example, clang-format?

https://github.com/llvm/llvm-project/pull/104661


More information about the cfe-commits mailing list