llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Pedro Lobo (pedroclobo)
Changes
Replace `undef` constant metadata uses with `poison`.
---
Full diff: https://github.com/llvm/llvm-project/pull/131469.diff
3 Files Affected:
- (modified) clang/lib/CodeGen/CodeGenFunction.cpp (+1-1)
- (m
https://github.com/pedroclobo created
https://github.com/llvm/llvm-project/pull/131469
Replace `undef` constant metadata uses with `poison`.
>From 7df6eb58c29f35eef3845c3ba5f76edb902272f4 Mon Sep 17 00:00:00 2001
From: Pedro Lobo
Date: Sat, 15 Mar 2025 20:10:34 +
Subject: [PATCH] [Metadata