Issue 123831
Summary [HLSL] Move helper functions out of SemaHLSL into a common location for SemaSPIRV to use
Labels new issue
Assignees
Reporter Icohedron
    While working on #122992, @inbelic mentioned that the semantics checks in `clang/lib/Sema/SemaSPIRV.cpp` could be simplified by using helper functions that are currently only present in `clang/lib/Sema/SemaHLSL.cpp`. 

It would be useful to migrate the helper functions out of `SemaHLSL` into a common location accessible to both `SemaHLSL` and `SemaSPIRV` to make the code in `SemaSPIRV` less verbose and more readable.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to