[all-commits] [llvm/llvm-project] f3c61b: [X86][AVX] Add PR46249 test case

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Jun 23 09:08:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f3c61b56e6d33f4f461191696328c74274a00ee1
      https://github.com/llvm/llvm-project/commit/f3c61b56e6d33f4f461191696328c74274a00ee1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/vector-shuffle-512-v16.ll

  Log Message:
  -----------
  [X86][AVX] Add PR46249 test case


  Commit: ddc6ec9470bd081c358dea78e5c5d9babb20e034
      https://github.com/llvm/llvm-project/commit/ddc6ec9470bd081c358dea78e5c5d9babb20e034
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M llvm/include/llvm/Support/WithColor.h
    M llvm/lib/Support/WithColor.cpp

  Log Message:
  -----------
  WithColor.h - reduce CommandLine.h include to forward declaration. NFC.

WithColor.h is one of the most common headers, we can severely reduce its frontend impact (in ClangBuildAnalyzer reports) by removing the bulky CommandLine.h include, forward declaring llvm::cl::OptionCategory and just including raw_ostream.h instead.


Compare: https://github.com/llvm/llvm-project/compare/fa1b4a96a011...ddc6ec9470bd


More information about the All-commits mailing list