[all-commits] [llvm/llvm-project] f74bb9: [langref] attempt to clarify semantics of inttoptr...

Philip Reames via All-commits all-commits at lists.llvm.org
Mon Jul 12 08:49:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f74bb95bbe4d7f9137398ed4c13dac180bf9870e
      https://github.com/llvm/llvm-project/commit/f74bb95bbe4d7f9137398ed4c13dac180bf9870e
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  [langref] attempt to clarify semantics of inttoptr/ptrtoint for non-integral types

In review discussion on D104322, Eli and Roman quite reasonable raised concerns about the LangRef not really providing a precise definition for inttoptr/ptrtoint on non-integral types. These had previously been disallowed, but I'd pragmatically allowed them in ac81cb7e6. This is my attempt to improve the situation.

Differential Revision: https://reviews.llvm.org/D104547




More information about the All-commits mailing list