AMDGPU/GlobalISel: Partially fix getGenericInstructionUniformity
This was broken for the common case of instructions which are uniform if their inputs are uniform. This is broken for control flow intrinsics since the API currently does not express which result operand is in question. This generates failures in just about every intrinsic test when uniformity analysis is performed without this.
Loading
Please sign in to comment