[PATCH] D72258: AMDGPU: Don't error on ds.ordered intrinsic in function

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 12:45:57 PST 2020


rampitec accepted this revision.
rampitec added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:6155
+  case CallingConv::AMDGPU_PS:
+    return 1;
+  case CallingConv::AMDGPU_VS:
----------------
arsenm wrote:
> rampitec wrote:
> > Maybe add an enum?
> There probably should be one somewhere, but I don't know where these are defined or set, or what the manual calls this
Sigh.


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

https://reviews.llvm.org/D72258





More information about the llvm-commits mailing list