[all-commits] [llvm/llvm-project] d7f3b2: [DXILBitcodeWriter] Fix handling of an unspecified...

Justin Bogner via All-commits all-commits at lists.llvm.org
Mon Aug 21 14:31:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7f3b238fdc384bf542357d0922a31c80edd1ae5
      https://github.com/llvm/llvm-project/commit/d7f3b238fdc384bf542357d0922a31c80edd1ae5
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
    A llvm/test/tools/dxil-dis/di-subrange.ll

  Log Message:
  -----------
  [DXILBitcodeWriter] Fix handling of an unspecified lower bound in DISubrange

If the lower bound isn't specified it implies that it's zero.

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




More information about the All-commits mailing list