================
@@ -138,14 +138,26 @@ def ZeroAttr : CIR_TypedAttr<"Zero", "zero"> {
 // UndefAttr
 
//===----------------------------------------------------------------------===//
 
-def UndefAttr : CIR_TypedAttr<"Undef", "undef"> {
+def CIR_UndefAttr : CIR_TypedAttr<"Undef", "undef"> {
----------------
xlauko wrote:

Same this is being upstreamed in parallel PR 
https://github.com/llvm/llvm-project/pull/150694 and is related to poison. 
Please roll back:

```suggestion
def UndefAttr : CIR_TypedAttr<"Undef", "undef"> {
```

https://github.com/llvm/llvm-project/pull/150760
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to