[llvm] [clang] [HLSL][DirectX] Move handling of resource element types into the frontend (PR #75674)

David Peixotto via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 15 16:59:58 PST 2023


================
@@ -253,35 +246,6 @@ void UAVResource::print(raw_ostream &OS) const {
   ResourceBase::print(OS, "U", "u");
 }
 
-// FIXME: Capture this in HLSL source. I would go do this right now, but I want
-// to get this in first so that I can make sure to capture all the extra
-// information we need to remove the source type string from here (See issue:
-// https://github.com/llvm/llvm-project/issues/57991).
----------------
dmpots wrote:

Does this PR fix this issue? I did not see it was linked to this PR, but I may not be looking in the right place.

https://github.com/llvm/llvm-project/pull/75674


More information about the cfe-commits mailing list