[BUG] Codegen testing #1549
DenisYaroshevskiy
started this conversation in
Roadmap
Replies: 2 comments
-
One example: https://github.com/jfalcou/eve/pull/394/files |
Beta Was this translation helpful? Give feedback.
0 replies
-
PR: #413 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment all of the testing is about correctness.
However, the many
if constexpr
branches can be not written correctly (and we saw a few examples like that).We need codegen testing: smth a long the lines of: this function will produce the following instruction.
We discussed that one compiler should be enough and it's hard to do more than that, since the codegen will vary between the compilers.
Beta Was this translation helpful? Give feedback.
All reactions