[all-commits] [llvm/llvm-project] 3566c7: [amdgpu] Skip non-instruction values in CF user tr...

darkbuck via All-commits all-commits at lists.llvm.org
Fri Jan 3 13:02:52 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3566c75ca82ff4a0bb3e9e906a6c63f6022b03ae
      https://github.com/llvm/llvm-project/commit/3566c75ca82ff4a0bb3e9e906a6c63f6022b03ae
  Author: Michael Liao <michael.hliao at gmail.com>
  Date:   2020-01-03 (Fri, 03 Jan 2020)

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

  Log Message:
  -----------
  [amdgpu] Skip non-instruction values in CF user tracing.

Summary:
- CF users won't be non-instruction values. Skip them to save the
  compilation time. It's especially true when there are multiple
  functions in that module, where, says, a constant may be used in most
  functions. The current CF user tracing adds significant overhead.

Reviewers: alex-t, rampitec

Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list