[all-commits] [llvm/llvm-project] 65dbdc: AMDGPU: Don't preserve analyses with div64 IR expa...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Feb 14 17:06:13 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 65dbdc329f6ca171fc78393ffd2eada859185c85
      https://github.com/llvm/llvm-project/commit/65dbdc329f6ca171fc78393ffd2eada859185c85
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
    M llvm/test/CodeGen/AMDGPU/sdiv64.ll
    M llvm/test/CodeGen/AMDGPU/srem64.ll
    M llvm/test/CodeGen/AMDGPU/udiv64.ll
    M llvm/test/CodeGen/AMDGPU/urem64.ll

  Log Message:
  -----------
  AMDGPU: Don't preserve analyses with div64 IR expansion

The dominator tree needs to be updated, but that isn't handled now.




More information about the All-commits mailing list