[PATCH] D146987: [Assignment Tracking] Enable by default
Orlando Cazalet-Hyams via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 13 04:43:11 PDT 2023
Orlando added a comment.
> Looks like this is causing a crash on current main: https://github.com/llvm/llvm-project/issues/62838
That was fixed in D151326 <https://reviews.llvm.org/D151326>. I think we should be okay to re-enable this now. The first assertion was a bit of an edge case; I hadn't handled negative out of bounds accesses. The second issue ocurred due to DW_ATE_complex_float not being supported in a helper function, on a code path only hit with assignment tracking as a result of trying harder to preserve variable locations.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146987/new/
https://reviews.llvm.org/D146987
More information about the cfe-commits
mailing list