[all-commits] [llvm/llvm-project] f9dba9: [Assignment Tracking] Skip scalable vectors in dec...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Fri May 5 10:07:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9dba933c6de4083a1d68f649326982be8af0672
https://github.com/llvm/llvm-project/commit/f9dba933c6de4083a1d68f649326982be8af0672
Author: OCHyams <orlando.hyams at sony.com>
Date: 2023-05-05 (Fri, 05 May 2023)
Changed paths:
M llvm/lib/IR/DebugInfo.cpp
A llvm/test/DebugInfo/Generic/assignment-tracking/declare-to-assign/scalable-vector.ll
Log Message:
-----------
[Assignment Tracking] Skip scalable vectors in declare-to-assign pass
Do not convert dbg.declares to dbg.assigns for variables backed by scalable
vector allocas as this isn't yet supported.
Reviewed By: jmorse
Differential Revision: https://reviews.llvm.org/D149959
More information about the All-commits
mailing list