[llvm] [RFC][SPIR-V] Add llvm.arbitrary.fp.convert intrinsic (PR #164252)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 20 06:37:27 PDT 2025
================
@@ -215,6 +215,43 @@ SPIRVGlobalRegistry::getOpTypeFloat(uint32_t Width,
});
}
+SPIRVType *SPIRVGlobalRegistry::getOrCreateOpTypeFloatWithEncoding(
----------------
arsenm wrote:
SPIRV changes do not belong in this patch
https://github.com/llvm/llvm-project/pull/164252
More information about the llvm-commits
mailing list