[llvm] [llubi] Add support for undef values (PR #205602)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 27 08:56:52 PDT 2026


================
@@ -2522,6 +2401,7 @@ class InstExecutor : public InstVisitor<InstExecutor, void>,
 
         Instruction &I = *Top.PC;
         visit(&I);
+        Ctx.resetNoncacheableConstantBuffer();
----------------
nikic wrote:

Should there also be a call during globals initialization?

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


More information about the llvm-commits mailing list