[all-commits] [llvm/llvm-project] f2e767: [AMDGPU] Removed dead code from R600ISelLowering.cpp

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Tue Nov 5 12:02:59 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f2e7679d0f0b21d08356a8eb7e3b346443f0db9d
      https://github.com/llvm/llvm-project/commit/f2e7679d0f0b21d08356a8eb7e3b346443f0db9d
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp

  Log Message:
  -----------
  [AMDGPU] Removed dead code from R600ISelLowering.cpp

This was added to inhibit a warning from gcc 7.3 according to
the comment. However, it triggers warning from PVS. In addition
I cannot reproduce it with gcc 7.4 and I also cannot reproduce
it with gcc 7.3 using compiler explorer.

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




More information about the All-commits mailing list