aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Function.cpp
diff options
context:
space:
mode:
authorRahul Joshi <rjoshi@nvidia.com>2024-09-25 12:01:17 -0700
committerGitHub <noreply@github.com>2024-09-25 12:01:17 -0700
commit2f43e65955565f92d3103b4bd57f17d02385d0e3 (patch)
tree3528c61e39c3810e6cea05f72bf961d385a837dc /llvm/lib/IR/Function.cpp
parentc3334dad732e3a3a53e57c028bdb337766e01598 (diff)
downloadllvm-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