Now that getModRefInfo for calls handles read and write effects by examining both calls, the clobbering query no longer needs to treat reads as clobbers. Update the check to consider writes only, aligning call handling with other instructions
Now that getModRefInfo for calls handles read and write effects by examining both calls, the clobbering query no longer needs to treat reads as clobbers. Update the check to consider writes only, aligning call handling with other instructions