[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 18:42:22 PST 2024


================
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  Core
----------------
topperc 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

Core is LLVM's lib/IR isn't it? This is making clang lib/Basic depend on llvm/lib/IR. It can't be making Basic depend on clang's lib/CodeGen, that would be a circular dependency.

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


More information about the cfe-commits mailing list