[clang] [CIR] Upstream TernaryOp (PR #137184)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 24 07:40:16 PDT 2025
================
@@ -609,8 +609,8 @@ def ConditionOp : CIR_Op<"condition", [
//===----------------------------------------------------------------------===//
def YieldOp : CIR_Op<"yield", [ReturnLike, Terminator,
- ParentOneOf<["IfOp", "ScopeOp", "WhileOp",
- "ForOp", "DoWhileOp"]>]> {
+ ParentOneOf<["IfOp", "TernaryOp", "ScopeOp",
----------------
erichkeane wrote:
What is the ordering of this list? Does it make sense to group them in some way? Or perhaps alpha order?
https://github.com/llvm/llvm-project/pull/137184
More information about the cfe-commits
mailing list