[PATCH] D45017: [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to CodeGen layer.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 08:37:44 PDT 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Fair - the minor 'duplication' seems fine, given it skips the work of mapping the llvm::Type to an EVT, etc...


Repository:
  rL LLVM

https://reviews.llvm.org/D45017





More information about the llvm-commits mailing list