[PATCH] D64355: [docs][Remarks] Add documentation for remarks in LLVM

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 12:57:02 PDT 2019


thegameg marked 2 inline comments as done.
thegameg added inline comments.


================
Comment at: llvm/docs/Remarks.rst:240
+Produce a new YAML file which contains all of the changes in optimizations
+between two YAML files. (e.g, new compiler + source vs old compiler + source)
+
----------------
paquette wrote:
> opt-diff is really *only* intended for a changing compiler + fixed source, right? "E.g." doesn't really pack enough punch here; we should probably just say that the tool isn't intended for a changing source + changing compiler.
I'll mention both use-cases:

* changing compiler + fixed source
* changing source + fixed compiler


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

https://reviews.llvm.org/D64355





More information about the llvm-commits mailing list