[PATCH] D62720: AMDGPU/GFX10: V_CMPX_xxx instructions still have an omod operand

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 05:09:25 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362390: AMDGPU/GFX10: V_CMPX_xxx instructions still have an omod operand (authored by nha, committed by ).

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62720/new/

https://reviews.llvm.org/D62720

Files:
  llvm/trunk/lib/Target/AMDGPU/SIInsertSkips.cpp


Index: llvm/trunk/lib/Target/AMDGPU/SIInsertSkips.cpp
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/SIInsertSkips.cpp
+++ llvm/trunk/lib/Target/AMDGPU/SIInsertSkips.cpp
@@ -270,8 +270,7 @@
         .addImm(0)  // src1 modifiers
         .add(MI.getOperand(0));
 
-      if (!ST.hasNoSdstCMPX())
-        I.addImm(0);  // omod
+      I.addImm(0);  // omod
     }
     break;
   }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62720.202691.patch
Type: text/x-patch
Size: 434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/5a341247/attachment.bin>


More information about the llvm-commits mailing list