[PATCH] D73853: [llvm-reduce] add ReduceAttribute delta pass
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 2 15:17:03 PST 2020
nickdesaulniers marked an inline comment as done.
nickdesaulniers added inline comments.
================
Comment at: llvm/test/Reduce/Inputs/remove-attributes.py:5
+ if "use-soft-float" in line:
+ sys.exit(0) # Interesting!
+
----------------
yikes! indentation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73853/new/
https://reviews.llvm.org/D73853
More information about the llvm-commits
mailing list