[llvm] cbc3b30 - AMDGPU/GlobalISel: Remove outdated comment
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 14:32:34 PST 2020
Author: Matt Arsenault
Date: 2020-02-19T17:32:25-05:00
New Revision: cbc3b3046f6b1e2a721534439f62b7a275597a6e
URL: https://github.com/llvm/llvm-project/commit/cbc3b3046f6b1e2a721534439f62b7a275597a6e
DIFF: https://github.com/llvm/llvm-project/commit/cbc3b3046f6b1e2a721534439f62b7a275597a6e.diff
LOG: AMDGPU/GlobalISel: Remove outdated comment
Added:
Modified:
llvm/lib/Target/AMDGPU/SIInstructions.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/AMDGPU/SIInstructions.td b/llvm/lib/Target/AMDGPU/SIInstructions.td
index beab2eb205fb..c7837748ebd6 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<ValueType vt, Instruction Inst, int done_val> : GCNPat<
(int_amdgcn_exp timm:$tgt, timm:$en,
(vt ExpSrc0:$src0), (vt ExpSrc1:$src1),
More information about the llvm-commits
mailing list