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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 07:45:39 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/utils/TableGen/CodeGenIntrinsics.h:28
 
+// FIXME: Sweep this in the near future.
+namespace tmp {
----------------
Don't know what "sweep" means here


================
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
----------------
Drop the tmp 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