[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:16:37 PST 2020
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:6155
+ case CallingConv::AMDGPU_PS:
+ return 1;
+ case CallingConv::AMDGPU_VS:
----------------
Maybe add an enum?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72258/new/
https://reviews.llvm.org/D72258
More information about the llvm-commits
mailing list