[llvm] [SandboxIR] Implement SIToFPInst (PR #101374)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 11:05:19 PDT 2024


================
@@ -1378,6 +1380,27 @@ class CastInst : public Instruction {
 #endif
 };
 
+class SIToFPInst final : public CastInst {
----------------
aeubanks wrote:

see https://github.com/llvm/llvm-project/commit/1cc8adbe7f3d57576e86253eb8fc442f203b398e

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


More information about the llvm-commits mailing list