rjmccall added a comment.

I always imagined that we'd implement this by just inverting the emission: emit 
the RHS of the assignment and then pass a callback down to a function that 
descended into conditional operators and called the callback when it hit a 
leaf.  Having an LValue case that's an arbitrarily-nested conditional seems 
unfortunate.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85710/new/

https://reviews.llvm.org/D85710

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D85710: C... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D857... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D857... John McCall via Phabricator via cfe-commits
    • [PATCH] D857... Richard Smith - zygoloid via Phabricator via cfe-commits

Reply via email to