[PATCH] D152441: [SLPVectorizer] Don't include debug instructions in ScheduleRegionSize

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 10 05:25:09 PDT 2023


ABataev added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/schedule_budget_debug_info.ll:178
+
+!0 = distinct !DICompileUnit(language: DW_LANG_C11, file: !1, producer: "clang")
+!1 = !DIFile(filename: "foo.c", directory: "/")
----------------
Try to simplify metadata, I rather doubt you need all the debug info specified here


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

https://reviews.llvm.org/D152441



More information about the llvm-commits mailing list