[all-commits] [llvm/llvm-project] 0aeaec: llvm/test/TableGen/intrinsic-*.td: Use Intrinsics....
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Sun Mar 19 15:12:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0aeaec3bee15eb1fa2f99d214a560d35f460cc31
https://github.com/llvm/llvm-project/commit/0aeaec3bee15eb1fa2f99d214a560d35f460cc31
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.td
M llvm/test/TableGen/intrinsic-pointer-to-any.td
M llvm/test/TableGen/intrinsic-varargs.td
Log Message:
-----------
llvm/test/TableGen/intrinsic-*.td: Use Intrinsics.td instead of mock
- `intrinsic-pointer-to-any.td`
- `intrinsic-varargs.td`
They used their own mock.
I have introduced `TEST_INTRINSICS_SUPPRESS_DEFS` in `Intrinsics.td`.
Tests of intrinsics may use it.
Differential Revision: https://reviews.llvm.org/D146147
More information about the All-commits
mailing list