Displaying 1 result from an estimated 1 matches for "hidng".
Did you mean:
hiding
2018 Aug 06
2
[PATCH] D50328: [X86][SSE] Combine (some) target shuffles with multiple uses
...tests (x86 by far has the highest
> test coverage), makes regeneration of checks trivial and it prevents
> dodgy code being 'hidden' (either on purpose or by
> accident). Additionally many x86 subtargets have different instruction
> behaviours depending on the registers used so hidng the registers
> behind regexps make it that more difficult to track.
Ok, humor me a bit, as I am not at all familiar with
update_llc_test_checks.py.
How is it "proven" that the script is better than writing robust and
focused tests? IME, updating tests to reflect changed behavior is...