Commit c7a93ef
authored
[clang][bytecode] Pop builtin args from the stack while evaluating (llvm#142832)
Instead of just peek()ing the values when evaluating the builtins and
later classify()ing all the call args once again to remove them, just do
it while evaluating. This saves quite a bit of code.1 parent a564425 commit c7a93ef
1 file changed
+259
-459
lines changed
0 commit comments