[all-commits] [llvm/llvm-project] 23da70: GlobalISel: Translate llvm.fshl/llvm.fshr

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Mar 30 11:34:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 23da702d69b1562828cc40d948403fa4be2c5e2a
      https://github.com/llvm/llvm-project/commit/23da702d69b1562828cc40d948403fa4be2c5e2a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-03-30 (Mon, 30 Mar 2020)

  Changed paths:
    M llvm/include/llvm/Support/TargetOpcodes.def
    M llvm/include/llvm/Target/GenericOpcodes.td
    M llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

  Log Message:
  -----------
  GlobalISel: Translate llvm.fshl/llvm.fshr


  Commit: a87ca9e4af5a794054a179688a1d73de0e97d81b
      https://github.com/llvm/llvm-project/commit/a87ca9e4af5a794054a179688a1d73de0e97d81b
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-03-30 (Mon, 30 Mar 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h

  Log Message:
  -----------
  GlobalISel: Add accessor to known bits to CombinerHelper

I need to pass known bits to a target combine matcher (which for some
reason aren't methods in a subclass of CombinerHelper?)


Compare: https://github.com/llvm/llvm-project/compare/20eb719f99c4...a87ca9e4af5a


More information about the All-commits mailing list