AMDGPU: Remove outdated comment
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 17 May 2020 16:37:27 +0000 (12:37 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 18 May 2020 16:06:16 +0000 (12:06 -0400)
llvm/lib/Target/AMDGPU/SIISelLowering.cpp

index 803b188..2eb5884 100644 (file)
@@ -4711,13 +4711,6 @@ SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND,
     Target = BR->getOperand(1);
   }
 
-  // FIXME: This changes the types of the intrinsics instead of introducing new
-  // nodes with the correct types.
-  // e.g. llvm.amdgcn.loop
-
-  // eg: i1,ch = llvm.amdgcn.loop t0, TargetConstant:i32<6271>, t3
-  // =>     t9: ch = llvm.amdgcn.loop t0, TargetConstant:i32<6271>, t3, BasicBlock:ch<bb1 0x7fee5286d088>
-
   unsigned CFNode = isCFIntrinsic(Intr);
   if (CFNode == 0) {
     // This is a uniform branch so we don't need to legalize.