[all-commits] [llvm/llvm-project] 247637: [X86] Fix outdated comment

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Jan 11 06:38:23 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 24763734e7f45e3b60118b28987685d42e7a761f
      https://github.com/llvm/llvm-project/commit/24763734e7f45e3b60118b28987685d42e7a761f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] Fix outdated comment

The generic saturated math opcodes are no longer widened inside X86TargetLowering


  Commit: a8ed86b5c705cf1d2f3ca55b0640cf0f2fe01abc
      https://github.com/llvm/llvm-project/commit/a8ed86b5c705cf1d2f3ca55b0640cf0f2fe01abc
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
    M llvm/lib/CodeGen/MachineInstr.cpp

  Log Message:
  -----------
  moveOperands - assert Src/Dst MachineOperands are non-null.

Fixes static-analyzer warnings.


Compare: https://github.com/llvm/llvm-project/compare/9c74fb402e1b...a8ed86b5c705


More information about the All-commits mailing list