llvm
9b933e9c - LangRef: getelementptr: inbounds is about the object the pointer is 'based on' (#95650)

Commit
1 year ago
LangRef: getelementptr: inbounds is about the object the pointer is 'based on' (#95650) As discussed in https://discourse.llvm.org/t/getelementptr-inbounds-inbounds-of-which-allocation/79024, we need the pointer to be inbounds of *the* allocated object the pointer is based on, not just any allocated object.
Author
Parents
Loading