[all-commits] [llvm/llvm-project] 362463: [GlobalISel] Extract a narrowScalarAddSub method. NFC

Cassie Jones via All-commits all-commits at lists.llvm.org
Sun Feb 14 15:07:16 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 36246388bae24d233bf9debb2eb5b8448a795f9f
      https://github.com/llvm/llvm-project/commit/36246388bae24d233bf9debb2eb5b8448a795f9f
  Author: Cassie Jones <code at witchoflight.com>
  Date:   2021-02-14 (Sun, 14 Feb 2021)

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

  Log Message:
  -----------
  [GlobalISel] Extract a narrowScalarAddSub method. NFC

Reviewed By: aemerson

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


  Commit: 97a1cdb15618966f786404bcfcac08f52a695f55
      https://github.com/llvm/llvm-project/commit/97a1cdb15618966f786404bcfcac08f52a695f55
  Author: Cassie Jones <code at witchoflight.com>
  Date:   2021-02-14 (Sun, 14 Feb 2021)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp

  Log Message:
  -----------
  [GlobalISel] Disable vector types in narrowScalarAddSub

The implementation for vectors is broken and doesn't seem to be used by
anything. Explicitly remove support for them, they can be added again
later when they're properly implemented.

Reviewed By: aemerson

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


Compare: https://github.com/llvm/llvm-project/compare/011791dda43c...97a1cdb15618


More information about the All-commits mailing list