From cbc3b3046f6b1e2a721534439f62b7a275597a6e Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Tue, 18 Feb 2020 08:53:44 -0500 Subject: [PATCH] AMDGPU/GlobalISel: Remove outdated comment --- llvm/lib/Target/AMDGPU/SIInstructions.td | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/lib/Target/AMDGPU/SIInstructions.td b/llvm/lib/Target/AMDGPU/SIInstructions.td index beab2eb205fba..c7837748ebd6a 100644 --- a/llvm/lib/Target/AMDGPU/SIInstructions.td +++ b/llvm/lib/Target/AMDGPU/SIInstructions.td @@ -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 : GCNPat< (int_amdgcn_exp timm:$tgt, timm:$en, (vt ExpSrc0:$src0), (vt ExpSrc1:$src1),