Skip to content

Commit

Permalink
Extract some intrinsics out of rustc_codegen_llvm
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
khyperia committed Sep 15, 2020
1 parent a874956 commit 21b0c12
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 521 deletions.
Loading

0 comments on commit 21b0c12

Please sign in to comment.