[all-commits] [llvm/llvm-project] 5edc88: [amdgpu] Add an enhanced conversion from i64 to f32.

darkbuck via All-commits all-commits at lists.llvm.org
Wed Aug 4 12:33:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5edc886e900b12286ad86268461a3013c329118d
      https://github.com/llvm/llvm-project/commit/5edc886e900b12286ad86268461a3013c329118d
  Author: Michael Liao <michael.hliao at gmail.com>
  Date:   2021-08-04 (Wed, 04 Aug 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/cvt_f32_ubyte.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sitofp.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-uitofp.mir
    M llvm/test/CodeGen/AMDGPU/sint_to_fp.i64.ll
    M llvm/test/CodeGen/AMDGPU/uint_to_fp.i64.ll
    M llvm/test/CodeGen/AMDGPU/uint_to_fp.ll

  Log Message:
  -----------
  [amdgpu] Add an enhanced conversion from i64 to f32.

Reviewed By: arsenm

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




More information about the All-commits mailing list