[PATCH] D143844: llvm-tblgen: Split out CodeGenIntrinsics.cpp from CodeGenTarget.cpp

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 05:30:31 PST 2023


chapuni added a reviewer: jrtc27.
chapuni added a comment.

This is 1st step to get rid of MVT in intrinsics_gen.
I have done personally, that IntrinsicEmitter works with not MVT but LLVMType in Intrinsics.td.
I expect that MVTEmitter could be implemented in MVT-free tblgen.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143844/new/

https://reviews.llvm.org/D143844



More information about the llvm-commits mailing list