[PATCH] D147435: [Assignment Tracking] Ignore zero-sized fragments
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 04:32:13 PDT 2023
jmorse accepted this revision.
jmorse added a comment.
This revision is now accepted and ready to land.
LGTM, although I feel like this is the kind of thing that we should design-out of the compiler, by adding an assertion in fragment creation that you're not creating a zero sized fragment. Seems like this is a reasonable patch for now though.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147435/new/
https://reviews.llvm.org/D147435
More information about the llvm-commits
mailing list