[all-commits] [llvm/llvm-project] dc4ca0: [GlobalISel] Constant fold G_SITOFP and G_UITOFP i...

Jay Foad via All-commits all-commits at lists.llvm.org
Tue Jul 27 03:28:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc4ca0dbbcef5eb957efbd2e08a197b4aae3d909
      https://github.com/llvm/llvm-project/commit/dc4ca0dbbcef5eb957efbd2e08a197b4aae3d909
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2021-07-27 (Tue, 27 Jul 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
    M llvm/lib/CodeGen/GlobalISel/Utils.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.sbfe.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.powi.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i32.ll

  Log Message:
  -----------
  [GlobalISel] Constant fold G_SITOFP and G_UITOFP in CSEMIRBuilder

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




More information about the All-commits mailing list