aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
diff options
context:
space:
mode:
authorLuke Lau <luke@igalia.com>2023-09-18 16:18:36 +0100
committerGitHub <noreply@github.com>2023-09-18 16:18:36 +0100
commit5aa8e43ccdb0b3c0661b75187cd0d78bbe7edc8e (patch)
tree3375be0b9abd74f19b130fd460cbe07f4c23ce24 /llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
parentc354ee8d1822907f9e8fb464de149e12af1d5081 (diff)
downloadllvm-5aa8e43ccdb0b3c0661b75187cd0d78bbe7edc8e.zip
llvm-5aa8e43ccdb0b3c0661b75187cd0d78bbe7edc8e.tar.gz
llvm-5aa8e43ccdb0b3c0661b75187cd0d78bbe7edc8e.tar.bz2
[VP] Add missing functional_intrinsic properties and add static_assert. NFC (#66199)
Some VP intrinsic definitions were missing the VP_PROPERTY_FUNCTIONAL_INTRINSIC property. This patch fills them in, and adds a static_assert that all VP intrinsics have an equivalent opcode or intrinsic defined so we don't forget them in future. Some VP intrinsics don't have an equivalent, namely merge and strided load/store. For those, a new property was added to mark that they don't have a non-VP equivalent. This adds a helper method to get the ID of the functionally equivalent intrinsic, similar to the existing getFunctionalOpcodeForVP and getConstrainedIntrinsicIDForVP method.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions