efriedma added a comment.

I'd prefer not to mess with the AST if we don't need to; more differences 
between targets make it harder to understand any issues that come up.  
BPF-flavored C already has enough weird differences without adding unnecessary 
changes.

If all you need is to avoid unnecessary llvm.stacksave calls, can you try 
messing with CodeGenFunction::EmitAutoVarAlloca?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107882

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

Reply via email to