[all-commits] [llvm/llvm-project] b7b1a3: PDBExtras.h - remove unnecessary raw_ostream forwa...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Aug 6 08:33:55 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/DebugInfo/PDB/PDBExtras.h

  Log Message:
  -----------
  PDBExtras.h - remove unnecessary raw_ostream forward declaration. NFCI.

We already need to include raw_ostream.h, also add missing StringRef.h implicit dependency.


  Commit: d1a91d947f49548cf17b21671f9c6ea806e40116
      https://github.com/llvm/llvm-project/commit/d1a91d947f49548cf17b21671f9c6ea806e40116
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M llvm/test/Transforms/InstCombine/mul.ll

  Log Message:
  -----------
  [InstCombine] Add tests for mul(sub(x,y),negpow2) -> mul(sub(y,x),pow2) fold

Add full vector coverage (that currently are not folded).


Compare: https://github.com/llvm/llvm-project/compare/a6db64ef4a99...d1a91d947f49


More information about the All-commits mailing list