diff options
author | Rahul Joshi <rjoshi@nvidia.com> | 2024-09-25 12:01:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 12:01:17 -0700 |
commit | 2f43e65955565f92d3103b4bd57f17d02385d0e3 (patch) | |
tree | 3528c61e39c3810e6cea05f72bf961d385a837dc /llvm/lib/IR/Function.cpp | |
parent | c3334dad732e3a3a53e57c028bdb337766e01598 (diff) | |
download | llvm-2f43e65955565f92d3103b4bd57f17d02385d0e3.zip llvm-2f43e65955565f92d3103b4bd57f17d02385d0e3.tar.gz llvm-2f43e65955565f92d3103b4bd57f17d02385d0e3.tar.bz2 |
[LLVM][TableGen] Check name conflicts between target dep and independent intrinsics (#109826)
Validate that for target independent intrinsics the second dotted
component of their name (after the `llvm.`) does not match any existing
target names (for which atleast one intrinsic has been defined). Doing
so is invalid as LLVM will search for that intrinsic in that target's
intrinsic table and not find it, and conclude that its an unknown
intrinsic.
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
0 files changed, 0 insertions, 0 deletions