[PhaseOrdering] add scalarization test for PR42174; NFC
authorSanjay Patel <spatel@rotateright.com>
Sun, 31 May 2020 12:41:09 +0000 (08:41 -0400)
committerSanjay Patel <spatel@rotateright.com>
Sun, 31 May 2020 12:43:34 +0000 (08:43 -0400)
commit129c501aa9199c2c5a69c7a6de8ec9873e3d41a4
treedb759f4aa9daab2ba861a1bd849f5c9016b3f473
parentd33ba1aa0b505e3f4c55b382f171e8cbef6a1843
[PhaseOrdering] add scalarization test for PR42174; NFC

Motivating test for vector-combine enhancement in D80885.
Make sure that vectorization and canonicalization are
working together as expected.
llvm/test/Transforms/PhaseOrdering/X86/scalarization.ll [new file with mode: 0644]