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

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 15 17:39:17 PST 2024


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

This shouldn't be necessary. I think this code is in the wrong place, I would expect it to go in lib/CodeGen/Targets, not lib/Basic

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


More information about the cfe-commits mailing list