bwendling wrote:

It's the __bdos cases that really benefit from the `ExprLValueMap`. The 
`LocalDeclMap` will have any `allocas` or globals for local C decls. From that, 
I'll be able to get enough information to generate the `count` lookup. The 
`ExprLValueMap` improves this by allowing us to use an expression with 
side-effects as long as it was already emitted.

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

Reply via email to