[all-commits] [llvm/llvm-project] 1e3084: [CodeGen] avoid running the entire optimizer pipel...
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Mar 2 06:47:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1e308452bf68b9576a76004de28307f0318ef9eb
https://github.com/llvm/llvm-project/commit/1e308452bf68b9576a76004de28307f0318ef9eb
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M clang/test/CodeGen/complex-math.c
Log Message:
-----------
[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
More information about the All-commits
mailing list