mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is just better information to have since one wants to not only know the instruction, but also the specific value used on the instruction since behavior can vary depending upon that. The operand is what ties the two together so it is a natural fit. Now that this is done, I am going to work on refactoring out converting a LiveRange from @owned -> @guaranteed. It will be a consuming operation using a move operator since once the transformation has completed, the LiveRange no longer exists. I need this refactored functionality since I am going to need it when eliminating phi-webs.
32 KiB
32 KiB