[all-commits] [llvm/llvm-project] dd4dba: [test][NewPM] Pin various tests to the legacy PM
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Feb 2 15:07:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd4dbad87bd0cf67760a5786d760efdee41b20b0
https://github.com/llvm/llvm-project/commit/dd4dbad87bd0cf67760a5786d760efdee41b20b0
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-02-02 (Tue, 02 Feb 2021)
Changed paths:
M llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg-blockaddress.ll
M llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg1.ll
M llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg2-dead-block-order.ll
M llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg3-phis.ll
M llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg4-multiple-duplicate-cfg-updates.ll
M llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg5-del-phis-for-dead-block.ll
M llvm/test/Examples/IRTransforms/SimplifyCFG/tut-simplify-cfg6-dead-self-loop.ll
M llvm/test/Feature/load_extension.ll
Log Message:
-----------
[test][NewPM] Pin various tests to the legacy PM
tut-simplify-cfg hasn't been ported to the new PM.
llvm-lto2's -enable-new-pm defaults to the CMake flag, so the legacy PM extension test needs to be pinned.
Reviewed By: MaskRay, ychen
Differential Revision: https://reviews.llvm.org/D95898
More information about the All-commits
mailing list