diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2025-08-29 12:49:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-29 11:49:20 +0000 |
commit | fcc786738a84399940a132d568b1507762d4b8d9 (patch) | |
tree | f40ed75d23891f3c785ea45499c5997c1a9393bb /llvm/tools/llvm-cov/SourceCoverageView.cpp | |
parent | 448811dfc2ab93ec8d01c3afa93c98e83ac6376b (diff) | |
download | llvm-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