Skip to content

Commit

Permalink
AMDGPU/GlobalISel: Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed Feb 19, 2020
1 parent 0b6ead0 commit cbc3b30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/Target/AMDGPU/SIInstructions.td
Expand Up @@ -27,9 +27,6 @@ include "BUFInstructions.td"
defm EXP : EXP_m<0>;
defm EXP_DONE : EXP_m<1>;

// FIXME: GlobalISel successfully imports this pattern, but fails to
// select because the i1 done_val does a type check on done_val, which
// only works on register operands.
class ExpPattern<ValueType vt, Instruction Inst, int done_val> : GCNPat<
(int_amdgcn_exp timm:$tgt, timm:$en,
(vt ExpSrc0:$src0), (vt ExpSrc1:$src1),
Expand Down

0 comments on commit cbc3b30

Please sign in to comment.