Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Your test only tests 2 branch instructions, yet the code change touches 3 different sites - is one of those changes untested?
Comment Actions
Looks good to me - thanks!
(if the test case is derived from some C/C++ source, you could include that source (& the command line - optimization flags, etc) used to produce it in a comment in the source - though I realize this sort of test just needs debug locations so it's more managable by hand now that we have legible debug info metadata)
Comment Actions
Thanks for the review! The test case is loosely derived from C++ source, but heavily minimized and changed after that, so I'd probably just leave it as is.