[all-commits] [llvm/llvm-project] a0da44: RemarkStringTable.h - reduce StringRef/Remark incl...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri May 8 04:31:56 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/Remarks/RemarkStringTable.h
    M llvm/lib/Remarks/RemarkStringTable.cpp

  Log Message:
  -----------
  RemarkStringTable.h - reduce StringRef/Remark includes to forward declarations. NFC

Move StringRef.h include down to RemarkStringTable.cpp and remove some unused includes there as well.


  Commit: 5f9f37c42a346e79a530ca1b12ec435b30d3c829
      https://github.com/llvm/llvm-project/commit/5f9f37c42a346e79a530ca1b12ec435b30d3c829
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-08 (Fri, 08 May 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/vector-shuffle-combining-avx2.ll

  Log Message:
  -----------
  [X86][AVX] Don't let X86ISD::BROADCAST peek through bitcasts to illegal types.

This was an existing bug exposed by the more aggressive X86ISD::BROADCAST generation by rG8817334ce3c7

Original test case thanks to @mstorsjo


Compare: https://github.com/llvm/llvm-project/compare/0da37bedc266...5f9f37c42a34


More information about the All-commits mailing list