[all-commits] [llvm/llvm-project] 68b9b7: [MC] MCInstrDesc.h - remove unnecessary <string> i...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Apr 21 07:18:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68b9b769b510b9f5d3fe20e1f850ab829510673e
      https://github.com/llvm/llvm-project/commit/68b9b769b510b9f5d3fe20e1f850ab829510673e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    M llvm/include/llvm/MC/MCInstrDesc.h

  Log Message:
  -----------
  [MC] MCInstrDesc.h - remove unnecessary <string> include. NFCI.


  Commit: 2f69975683f5b6ea7df79f335f96b889a4bddecd
      https://github.com/llvm/llvm-project/commit/2f69975683f5b6ea7df79f335f96b889a4bddecd
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-04-21 (Wed, 21 Apr 2021)

  Changed paths:
    A llvm/test/Transforms/PhaseOrdering/pr45682.ll

  Log Message:
  -----------
  [PhaseOrdering] Add test case for PR45682

Ensures that the correct sequence of simplifycfg/instcombine/sroa reduce the IR to just a icmp+assume (which will be dropped in backend)


Compare: https://github.com/llvm/llvm-project/compare/ee3e01627ff8...2f69975683f5


More information about the All-commits mailing list