OSDN Git Service

[CodeGen][X86] Regenerate minmax reduction sequence tests to match arithmetic tests.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 14 Sep 2020 09:27:35 +0000 (10:27 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 14 Sep 2020 09:27:51 +0000 (10:27 +0100)
commit4232bccfb461fb9bc1ca83f0cbbda2b11f92bda8
tree6a0695d8b8d52f2a6f73519ff397d1df4eb63859
parent574dd60547179a2c143ac14cdd6f5f5a40156d54
[CodeGen][X86] Regenerate minmax reduction sequence tests to match arithmetic tests.

avx512-reduceIntrin.c wasn't bothering with the exhaustive alloca/store/load/bitcast checks and avx512-reduceMinMaxIntrin.c shouldn't need to either.

This makes it a lot easier to maintain as the update script still doesn't work properly on x86 targets
clang/test/CodeGen/X86/avx512-reduceMinMaxIntrin.c