[all-commits] [llvm/llvm-project] a8a915: [X86] Replace EmitX86AddSubSatExpr with EmitX86Bin...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Sep 7 05:34:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a8a91533dd65041ced68ed5b9348b5d023837488
      https://github.com/llvm/llvm-project/commit/a8a91533dd65041ced68ed5b9348b5d023837488
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp

  Log Message:
  -----------
  [X86] Replace EmitX86AddSubSatExpr with EmitX86BinaryIntrinsic generic helper. NFCI.

Feed the Intrinsic::ID value directly instead of via the IsSigned/IsAddition bool flags.


  Commit: 6670f5d1e66563ad482576d9db4b8393539ab53b
      https://github.com/llvm/llvm-project/commit/6670f5d1e66563ad482576d9db4b8393539ab53b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineStableHash.h
    M llvm/lib/CodeGen/MachineStableHash.cpp

  Log Message:
  -----------
  MachineStableHash.h - remove MachineInstr.h include. NFC.

Use forward declarations and move the include to MachineStableHash.cpp


Compare: https://github.com/llvm/llvm-project/compare/79ea83e104e3...6670f5d1e665


More information about the All-commits mailing list