[PATCH] D119869: [AMDGPU] Do not define GET_INSTRINFO_SCHED_ENUM

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 15 13:02:38 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG29a0e0a9e54f: [AMDGPU] Do not define GET_INSTRINFO_SCHED_ENUM (authored by rampitec).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119869

Files:
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h


Index: llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
===================================================================
--- llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
+++ llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
@@ -51,7 +51,6 @@
 
 #define GET_INSTRINFO_ENUM
 #define GET_INSTRINFO_OPERAND_ENUM
-#define GET_INSTRINFO_SCHED_ENUM
 #include "AMDGPUGenInstrInfo.inc"
 
 #define GET_SUBTARGETINFO_ENUM


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119869.409027.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220215/92da1c5f/attachment.bin>


More information about the llvm-commits mailing list