[llvm] [LICM] Prevent LICM of ptrtoint and inttoptr when using non-integral pointers (PR #97272)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 22 14:30:29 PDT 2024
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>,
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/97272 at github.com>
arichardson wrote:
I recently started some work trying to clarify the non-integral pointer semantics. Right now we assume non-integral pointers are both numerically unstable (e.g. copying GC) as well as not just an address. I'd like to split these two properties (Draft PR https://github.com/llvm/llvm-project/pull/105735) and then we'd be able to restrict this to unstable pointers while still allowing it for fat pointers and/or CHERI capabilities.
https://github.com/llvm/llvm-project/pull/97272
More information about the llvm-commits
mailing list