[all-commits] [llvm/llvm-project] 9b933e: LangRef: getelementptr: inbounds is about the obje...

Ralf Jung via All-commits all-commits at lists.llvm.org
Sun Jun 16 23:51:29 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b933e9c94031287d326a02276e2e09aecb17b57
      https://github.com/llvm/llvm-project/commit/9b933e9c94031287d326a02276e2e09aecb17b57
  Author: Ralf Jung <post at ralfj.de>
  Date:   2024-06-17 (Mon, 17 Jun 2024)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list