[llvm] [offload] Add the ability to record and replay IR bitcode modules (PR #207278)

Kevin Sala Penades via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 14:47:34 PDT 2026


================
@@ -402,6 +405,26 @@ class DeviceImageTy {
     return MemoryBufferRef(StringRef((const char *)getStart(), getSize()),
                            "Image");
   }
+
----------------
kevinsala wrote:

That would be useful to have. I'd name it `hasIRImage` instead.

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


More information about the llvm-commits mailing list