[PATCH] D146914: Migrate `IIT_Info` into `Intrinsics.td`
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 26 06:58:24 PDT 2023
chapuni created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
chapuni requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.
- Define `IIT_Info` in `Intrinsics.td`
- Implement `EmitIITInfo` in `IntrinsicEmitter.cpp`
- Use generated `IIT_Info` in `Function.cpp`
Depends on D143844 <https://reviews.llvm.org/D143844>, D145871 <https://reviews.llvm.org/D145871>, D145872 <https://reviews.llvm.org/D145872>, D145873 <https://reviews.llvm.org/D145873>, D145874 <https://reviews.llvm.org/D145874>, D146147 <https://reviews.llvm.org/D146147>, and D146179 <https://reviews.llvm.org/D146179>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146914
Files:
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/IR/Function.cpp
llvm/utils/TableGen/IntrinsicEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146914.508412.patch
Type: text/x-patch
Size: 6741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230326/d3109dd0/attachment.bin>
More information about the llvm-commits
mailing list