The instruction at DefI can sometimes be destroyed by
rematerializeCheapDef, so it should not be used after calling that
function. The fix is to use Insert instead when examining additional
multivalue stackifications. Insert is the address of the new
defining instruction after all moves and rematerializations have taken
place.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo