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

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 26 07:00:17 PDT 2023


chapuni created this revision.
Herald added a project: All.
chapuni requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

This commit doesn't replace `IntrinsicEmitter::ComputeFixedEncoding()`,
but compares outputs to it, to make sure implementation correct.

Depends on D146914 <https://reviews.llvm.org/D146914>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146915

Files:
  llvm/include/llvm/IR/Intrinsics.td
  llvm/utils/TableGen/CodeGenIntrinsics.cpp
  llvm/utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146915.508413.patch
Type: text/x-patch
Size: 13443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230326/ace1fab6/attachment-0001.bin>


More information about the llvm-commits mailing list