[PATCH] D60619: New pass to produce more easily-read IR.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 13:04:45 PDT 2019


lebedev.ri added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/ImproveReadingOrder.cpp:17
+
+#define DEBUG_TYPE "improvereadingorder"
+
----------------
different pass and debug name will be very confusing.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60619





More information about the llvm-commits mailing list