[all-commits] [llvm/llvm-project] ff11c4: [Assignment Tracking] Ignore VLA-backed variables

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Wed Apr 12 09:11:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff11c4f184caa51095db22a0cf0ee3546d4a7b09
      https://github.com/llvm/llvm-project/commit/ff11c4f184caa51095db22a0cf0ee3546d4a7b09
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M llvm/lib/IR/DebugInfo.cpp
    A llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/vla.ll

  Log Message:
  -----------
  [Assignment Tracking] Ignore VLA-backed variables

VLA backed variables currently trip an assertion in SROA with D146987 (enabling
assignment tracking). Disable assignment tracking for VLA variables until that
can be investigated.

Reviewed By: jmorse

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




More information about the All-commits mailing list