[all-commits] [llvm/llvm-project] 8cdcbc: [CodeGen] avoid running the entire optimizer pipel...

RotateRight via All-commits all-commits at lists.llvm.org
Mon Mar 2 06:16:15 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8cdcbcaa02e7055a6745f2c1bde003c47c91f79e
      https://github.com/llvm/llvm-project/commit/8cdcbcaa02e7055a6745f2c1bde003c47c91f79e
  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

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.




More information about the All-commits mailing list