On 11/29/2016 12:41 PM, Jakub Jelinek wrote:
Note that MEMs are not shared, so twiddling the mode on any given MEM changes one and only one object.Hi!The x86_64 stv pass uses PUT_MODE to change REGs and MEMs in place to affect all setters and users, but that is undesirable in debug insns which are intentionally ignored during the analysis and we should keep using correct modes (TImode) instead of the new one (V1TImode).
Jeff