[all-commits] [llvm/llvm-project] 54c890: [LangRef] Clarify support for multiple metadata at...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Mon Jul 19 13:19:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54c8902f02361114f9485f6de907d71623d6a50c
https://github.com/llvm/llvm-project/commit/54c8902f02361114f9485f6de907d71623d6a50c
Author: Teresa Johnson <tejohnson at google.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[LangRef] Clarify support for multiple metadata attachments with same id
As discussed on D105251, currently the compiler does not support
multiple metadata attachments on instructions having the same
identifier, whereas it does for global objects. Note this in the
Language Reference manual for clarity.
See D105251 for discussions of history behind this divergence, and the
complexities and possible approaches of adding this support to
instructions in the future.
Differential Revision: https://reviews.llvm.org/D106304
More information about the All-commits
mailing list