llvmlite
llvmlite copied to clipboard
Block.replace doesn't work with constants
Block.replace
work only on instructions which were defined in that block right now. Wanting to replace a constant in the block might be a legitimate desire. Should we add this functionality? Should be pretty straight-forward.