[all-commits] [llvm/llvm-project] 7899a1: Revert "[Darwin] Respect -fno-unroll-loops during ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Mar 30 07:36:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7899a111ea1160e2ae0aae42de37b14a0b75d71b
https://github.com/llvm/llvm-project/commit/7899a111ea1160e2ae0aae42de37b14a0b75d71b
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
R clang/test/Driver/darwin-ld-lto-fno-unroll-loops.c
M llvm/lib/LTO/LTOCodeGenerator.cpp
R llvm/test/tools/llvm-lto/fno-unroll-loops-option.ll
Log Message:
-----------
Revert "[Darwin] Respect -fno-unroll-loops during LTO."
As per post-commit comment at https://reviews.llvm.org/D76916, this
should better be done at the TU level.
This reverts commit 9ce198d6ed371399e9bd9ba8b48fbab0f4e60240.
More information about the All-commits
mailing list