This fixes a test I introduced in change D59191 (that added src0 and
src1 modifiers to the v_cndmask instruction for disassembly purposes).
Spotted by David Binderman in bug 41488.
Change-Id: I6ac95e66cd84e812ed3359ad57bcd0e13198ba0c
Differential D60652
[AMDGPU] Fixed incorrect test in vcnd/vcmp optimization tpr on Apr 13 2019, 9:32 AM. Authored by
Details This fixes a test I introduced in change D59191 (that added src0 and Spotted by David Binderman in bug 41488. Change-Id: I6ac95e66cd84e812ed3359ad57bcd0e13198ba0c
Diff Detail
Event TimelineComment Actions I did not add a test because I believe that we do not currently set the source modifiers in codegen, so this code never gets exercised. |