code gen tests #16721
Labels
compiler:codegen
Generation of LLVM IR and native code
performance
Must go faster
test
This change adds or pertains to unit tests
Finding and fixing performance regressions is a bit of a game of whack-a-mole. To get better visibility into potential performance regressions, we should have a code gen test suite. The issue is that code gen changes all the time so it's hard to test precisely. However, tests like this could flag probably issues:
The text was updated successfully, but these errors were encountered: