aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageView.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2025-08-29 12:49:20 +0100
committerGitHub <noreply@github.com>2025-08-29 11:49:20 +0000
commitfcc786738a84399940a132d568b1507762d4b8d9 (patch)
treef40ed75d23891f3c785ea45499c5997c1a9393bb /llvm/tools/llvm-cov/SourceCoverageView.cpp
parent448811dfc2ab93ec8d01c3afa93c98e83ac6376b (diff)
downloadllvm-fcc786738a84399940a132d568b1507762d4b8d9.zip
llvm-fcc786738a84399940a132d568b1507762d4b8d9.tar.gz
llvm-fcc786738a84399940a132d568b1507762d4b8d9.tar.bz2
[Clang][bytecode] interp__builtin_elementwise_int_binop - use APSInt callback instead of repeated switch statement (#155891)
Users of interp__builtin_elementwise_int_binop are going to be very well defined, we can use a simple callback mechanism (including existing llvm::APIntOps static methods) to perform the evaluation and avoid a repeated switch statement. Hopefully this will help keep interp__builtin_elementwise_int_binop clean as we add more uses
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageView.cpp')
0 files changed, 0 insertions, 0 deletions