[all-commits] [llvm/llvm-project] 1747f7: [SimplifyCFG] Override options in default constructor
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Sep 21 16:33:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1747f7776403626b23ef0389264643fe4d6bec17
https://github.com/llvm/llvm-project/commit/1747f7776403626b23ef0389264643fe4d6bec17
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h
M llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
M llvm/test/Transforms/SimplifyCFG/HoistCode.ll
Log Message:
-----------
[SimplifyCFG] Override options in default constructor
SimplifyCFG's options should always be overridden by command line flags,
but they mistakenly weren't in the default constructor.
Reviewed By: ychen
Differential Revision: https://reviews.llvm.org/D87718
More information about the All-commits
mailing list