Issue 152071
Summary Bytecode Interpreter: Migrate away from `CheckEvaluationResult`
Labels clang:frontend, clang:bytecode
Assignees
Reporter tbaederr
    We're currently still calling the `CheckEvaluationResult` from `ExprConstant.cpp`, but we already have similar checks in `EvaluationResult` etc. that we should use instead. This should also be more efficient since we can do the checks _before_ creating the `APValue` for the returned value.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to