[PATCH] D25225: Add an option to save the backend-produced YAML optimization record to a file

Adam Nemet via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 7 15:32:16 PDT 2016


anemet added inline comments.


================
Comment at: test/CodeGen/opt-record.c:17-25
+// CHECK: --- !Missed
+// CHECK: Pass:            inline
+// CHECK: Name:            NoDefinition
+// CHECK: Function:        foo
+
+// CHECK: --- !Passed
+// CHECK: Pass:            loop-vectorize
----------------
Wouldn't this be a good place to also check that we have -gline-tables-only properly hooked up, i.e. CHECK for DebugLoc: as well?


https://reviews.llvm.org/D25225





More information about the cfe-commits mailing list