[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 Mar 14 08:03:30 PDT 2023


chapuni added inline comments.


================
Comment at: llvm/utils/TableGen/CodeGenIntrinsics.h:29
+// FIXME: Sweep this in the near future.
+namespace tmp {
+/// getValueType - Return the MVT::SimpleValueType that the specified TableGen
----------------
arsenm wrote:
> Drop the tmp namespace?
Let me know better wording. I will drop entire `llvm::tmp::getValueType()` and its namespace.


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