[all-commits] [llvm/llvm-project] 3b34f3: AMDGPU/GlobalISel: Fix obvious bug in ported 32-bi...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jun 16 19:47:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b34f3fccac93697065df620d454fcadceb4fa6e
      https://github.com/llvm/llvm-project/commit/3b34f3fccac93697065df620d454fcadceb4fa6e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-06-16 (Tue, 16 Jun 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-sdiv.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-srem.mir
    M llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i32.ll
    M llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i32.ll

  Log Message:
  -----------
  AMDGPU/GlobalISel: Fix obvious bug in ported 32-bit udiv/urem

This was hidden by the IR expansion in AMDGPUCodeGenPrepare, which I
forgot to turn off.




More information about the All-commits mailing list