"hercules_opt/git@gitlab.engr.illinois.edu:llvm/hercules.git" did not exist on "e42ffe73f4b070ca55c30392f6635f9096237f46"
Read chains break SROA?
It looks like partial reads of fields result in crashes in SROA. I've pushed a new sub-test in the test for juno_antideps
called read_chains
that causes SROA
to panic here:
thread 'main' panicked at hercules_opt/src/sroa.rs:551:17:
Error handling set of field
Is handling partial reads / writes a known issue in SROA?