Skip to content

Commit

Permalink
Add missing builtins needed by optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Jan 7, 2023
1 parent ec97ce2 commit c5c3a0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gcc/jit/jit-builtins.cc
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,9 @@ builtins_manager::ensure_optimization_builtins_exist ()
We can't loop through all of the builtin_data array, we don't
support all types yet. */
(void)get_builtin_function_by_id (BUILT_IN_TRAP);
(void)get_builtin_function_by_id (BUILT_IN_POPCOUNT);
(void)get_builtin_function_by_id (BUILT_IN_POPCOUNTL);
(void)get_builtin_function_by_id (BUILT_IN_POPCOUNTLL);
}

/* Playback support. */
Expand Down

0 comments on commit c5c3a0d

Please sign in to comment.