[PATCH] D72873: [clang][xray] Add -fxray-ignore-loops option

Ian Levesque via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 17 10:23:00 PST 2020


ianlevesque marked an inline comment as done.
ianlevesque added inline comments.


================
Comment at: clang/test/CodeGen/xray-ignore-loops.cpp:5
+  return 1;
+}
+
----------------
hiraditya wrote:
> I think we need one more test case of a function having a loop.
I'm not opposed but the logic to actually ignore loops has a test on D72659


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72873





More information about the cfe-commits mailing list