[PATCH] D85337: [AMDGPU] gfx1031 target

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 12:33:42 PDT 2020


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM with nit



================
Comment at: clang/lib/Basic/Targets/AMDGPU.cpp:178
+    case GK_GFX1031:
     case GK_GFX1030:
       Features["ci-insts"] = true;
----------------
I would expect 1030 to come first


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

https://reviews.llvm.org/D85337



More information about the llvm-commits mailing list