[PATCH] D148140: [Assignment Tracking] Ignore VLA-backed variables
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 09:05:25 PDT 2023
jmorse accepted this revision.
jmorse added a comment.
This revision is now accepted and ready to land.
LGTM, I think assignment tracking can naturally support VLAs in the same way that SROA does, but apparently we had reason to not think that when that assertion was added, and it's worth investigating.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148140/new/
https://reviews.llvm.org/D148140
More information about the llvm-commits
mailing list