AMDGPU: Remove leftover implicit operands when folding immediates
When constant folding an operation to a copy or an immediate mov, the implicit uses/defs of the old instruction were left behind, e.g. replacing v_or_b32 left the implicit exec use on the new copy. llvm-svn: 283471
Loading
Please sign in to comment