[PATCH] D72258: AMDGPU: Don't error on ds.ordered intrinsic in function
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 12:27:26 PST 2020
arsenm marked an inline comment as done.
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIISelLowering.cpp:6155
+ case CallingConv::AMDGPU_PS:
+ return 1;
+ case CallingConv::AMDGPU_VS:
----------------
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
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72258/new/
https://reviews.llvm.org/D72258
More information about the llvm-commits
mailing list