[llvm] [CodeGen] Generate mem intrinsic address calculations with nuw (PR #80184)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 02:32:13 PST 2024


arsenm wrote:

> What do you think about the other question though: can we just unconditionally assume that the pointers are dereferenceable and always use nuw?

The memset is dereferencing them, so yes I think this is implied 

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


More information about the llvm-commits mailing list