[CodeGen] avoid running the entire optimizer pipeline in clang test file; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 2 Mar 2020 14:33:11 +0000 (09:33 -0500)
committerSanjay Patel <spatel@rotateright.com>
Mon, 2 Mar 2020 14:47:32 +0000 (09:47 -0500)
commit1e308452bf68b9576a76004de28307f0318ef9eb
tree67b08e93d30c4bf38b10c4b5c4c42c254ee44dcb
parentc224b4dcf4249b851e6b4cf2f5da9ded943f0fd3
[CodeGen] avoid running the entire optimizer pipeline in clang test file; NFC

I'm making the CHECK lines vague enough that they pass at -O0.
If that is too vague (we really want to check the data flow
to verify that the variables are not mismatched, etc), then
we can adjust those lines again to more closely match the output
at -O0 rather than -O1.

This change is based on the post-commit comments for:
https://github.com/llvm/llvm-project/commit/83f4372f3a708ceaa800feff8b1bd92ae2c3be5f
http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20200224/307888.html
clang/test/CodeGen/complex-math.c