[clang] [Clang] Generate the GEP instead of adding AST nodes (PR #73730)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 6 12:44:05 PST 2023


efriedma-quic wrote:

I actually think bdos is more complicated: array bounds checking can handle arbitrary base expressions, so it doesn't need to examine the base expression at all.  bdos can't do that, so more work is required to handle precisely the cases you want to handle.

https://github.com/llvm/llvm-project/pull/73730


More information about the cfe-commits mailing list