[PATCH] D135202: [IR] Add a target extension type to LLVM.

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 14:50:54 PST 2022


jcranmer-intel added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:109
+  types that need to be preserved through the optimizer, but otherwise are not
+  introspectable by target-independent types.
+
----------------
barannikov88 wrote:
> I hesitate to make comments about someone's English because my English is not so good.
> The sentence still does not sound right to me, this part: "types ... are not introspectable by ... types"
> Please ignore if everything is OK.
The word was meant to be "optimizations", not "types". The casualties of writing too quickly. :-)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135202/new/

https://reviews.llvm.org/D135202



More information about the llvm-commits mailing list