[all-commits] [llvm/llvm-project] a0c8f5: [SDAG] Print divergence in SDNode::dump

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Fri Sep 16 11:43:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0c8f5fefa11d42cf3efb0a6ae9aabaf3a289f9e
      https://github.com/llvm/llvm-project/commit/a0c8f5fefa11d42cf3efb0a6ae9aabaf3a289f9e
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    A llvm/test/CodeGen/AMDGPU/sdag-print-divergence.ll

  Log Message:
  -----------
  [SDAG] Print divergence in SDNode::dump

If target does not support divergence the field is set to false
and not printed.

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




More information about the All-commits mailing list