Issue 180788
Summary [SPIRV] Remove deprecated `SPIRVType`
Labels new issue
Assignees jmmartinez
Reporter jmmartinez
    With https://github.com/llvm/llvm-project/pull/179947, `SPIRVType` which is just an alias over `const MachineInst` is being deprecated since its error-prone (sometimes an `OpConstant` ended up as a `SPIRVType`).

https://github.com/llvm/llvm-project/pull/180721 removes most of the uses, but some are still remaining (those where the assertion of the new type fails).

This issue is used to track the completion of the migration away from `SPIRVType`.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to