[all-commits] [llvm/llvm-project] f3a6f6: [X86] Pre-commit new test case for D87214. NFC

topperc via All-commits all-commits at lists.llvm.org
Mon Sep 7 12:21:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f3a6f6ccfddfbd991269a917feb4ae9beb5a1610
      https://github.com/llvm/llvm-project/commit/f3a6f6ccfddfbd991269a917feb4ae9beb5a1610
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/iabs.ll

  Log Message:
  -----------
  [X86] Pre-commit new test case for D87214. NFC


  Commit: 01b3e167575412792901c705032e304ef184a75d
      https://github.com/llvm/llvm-project/commit/01b3e167575412792901c705032e304ef184a75d
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/abs.ll
    M llvm/test/CodeGen/X86/iabs.ll

  Log Message:
  -----------
  [X86] Use the same sequence for i128 ISD::ABS on 64-bit targets as we use for i64 on 32-bit targets.

Differential Revision: https://reviews.llvm.org/D87214


Compare: https://github.com/llvm/llvm-project/compare/7a06b166b1af...01b3e1675754


More information about the All-commits mailing list