Commit 21b0c12
committed
Extract some intrinsics out of rustc_codegen_llvm
A significant amount of intrinsics do not actually need backend-specific
behaviors to be implemented, instead relying on methods already in
rustc_codegen_ssa. So, extract those methods out to rustc_codegen_ssa,
so that each backend doesn't need to reimplement the same code.1 parent a874956 commit 21b0c12
File tree
4 files changed
+606
-521
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src/mir
4 files changed
+606
-521
lines changed
0 commit comments