[PATCH] D146915: Implement TypeSig generator in `Intrinsics.td`

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 17:42:35 PDT 2023


chapuni added a reviewer: arsenm.
chapuni added inline comments.
Herald added a subscriber: wdng.


================
Comment at: llvm/utils/TableGen/CodeGenIntrinsics.cpp:123
 
+#define OLD 1
+
----------------
arsenm wrote:
> Leftover dead code?
Two reason.

* I would like to notify to downstreams with this change.
* I would like to leave the history for someone to visit.

I could squash D145937 into this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146915



More information about the llvm-commits mailing list