[all-commits] [llvm/llvm-project] 405f91: [SimplifyCFG] Check optforfuzzing attribute during...
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Jun 15 13:58:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 405f91475b37d509e82ac712d3d2c8274af314cc
https://github.com/llvm/llvm-project/commit/405f91475b37d509e82ac712d3d2c8274af314cc
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-06-15 (Thu, 15 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[SimplifyCFG] Check optforfuzzing attribute during in the pass implementation
Instead of setting the SimplifyCFGOptions options at the beginning of the pass.
Otherwise it always gets overriden by the pass and the value in SimplifyCFGOptions is ignored.
More information about the All-commits
mailing list