ahatanak added a comment.

No, I don't think there are any problems. We can probably just pop the cleanups 
at the end of the asm statement.

The original commit message said the asm calls had to be wrapped in `StmtExpr`s 
because temporaries would get destroyed before the asm calls, but that doesn't 
seem to happen anymore. It looks like they'd be destroyed at the end of the 
enclosing scope instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125936

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to