[all-commits] [llvm/llvm-project] 904168: [DAG] Remove redundant isZExtFree(SDValue, VT) over...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Mar 12 08:56:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9041682d2c71f7f8b35077a2fd49b3f86ba4798c
      https://github.com/llvm/llvm-project/commit/9041682d2c71f7f8b35077a2fd49b3f86ba4798c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
    M llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
    M llvm/lib/Target/MSP430/MSP430ISelLowering.h

  Log Message:
  -----------
  [DAG] Remove redundant isZExtFree(SDValue,VT) overrides. NFC.

These implementations both match the TargetLoweringBase.isZExtFree implementation




More information about the All-commits mailing list