[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 18:21:05 PST 2024


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

No, this is clang lib/CodeGen which has nothing to do with actual codegen. Someone really needs to just go ahead with the rename to IRGen 

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


More information about the cfe-commits mailing list