[llvm-commits] [LLVM] SwitchInst PATCH: Changes in semantics and usage.

Stepan Dyatkovskiy STPWORLD at narod.ru
Mon Jan 16 09:48:21 PST 2012


Ping.

15.01.2012, 15:54, "Stepan Dyatkovskiy" <STPWORLD at narod.ru>:
> Hi all.
> I refactored SwitchInst a little bit. The purpose of refactoring is to hide operand roles from SwitchInst user (programmer). If you want to play with operands directly, probably you will need lower level methods than SwitchInst ones (TerminatorInst or may be User). After this patch we can reorganize SwitchInst operands and successors as we want.
>



More information about the llvm-commits mailing list