[CodeGen] avoid running the entire optimizer pipeline in clang test file; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 2 Mar 2020 14:09:39 +0000 (09:09 -0500)
committerSanjay Patel <spatel@rotateright.com>
Mon, 2 Mar 2020 14:12:53 +0000 (09:12 -0500)
commit8cdcbcaa02e7055a6745f2c1bde003c47c91f79e
tree84ea5f815bddbab8f269fa908bd228c76ec233b0
parentc3af063c2bbfe5408d565ee4350c36fc1d0b2758
[CodeGen] avoid running the entire optimizer pipeline in clang test file; NFC

There are no failures from the first set of RUN lines here,
so the CHECKs were already vague enough to not be affected
by optimizations. The final RUN line does induce some kind
of failure, so I'll try to fix that separately in a
follow-up.
clang/test/CodeGen/complex-math.c