This would never use SGPRs or inline immediates. This is really going to be v_add_f64, so use the same operand types.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D7108
R600/SI: Fix operand types for v_sub_f64 pseudo
ClosedPublic Authored by arsenm on Jan 21 2015, 1:22 PM.
Details
Summary This would never use SGPRs or inline immediates. This is really going to be v_add_f64, so use the same operand types.
Diff Detail Event Timelinearsenm updated this object. This revision is now accepted and ready to land.Feb 20 2015, 2:16 PM
Revision Contents
Diff 18550 lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/fneg-fabs.f64.ll
test/CodeGen/R600/fneg.f64.ll
test/CodeGen/R600/fsub64.ll
|