[all-commits] [llvm/llvm-project] 3a5777: Revert "[GVN] Don't count debug instructions when ...
weiguozhi via All-commits
all-commits at lists.llvm.org
Wed Feb 1 14:49:15 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a5777f6308bcac33d7320a3ffaf368eaa98478a
https://github.com/llvm/llvm-project/commit/3a5777f6308bcac33d7320a3ffaf368eaa98478a
Author: Guozhi Wei <carrot at google.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/GVN.cpp
R llvm/test/Transforms/GVN/PRE/pre-load-dbg.ll
Log Message:
-----------
Revert "[GVN] Don't count debug instructions when limit the number of checked instructions"
This reverts commit f494b366ff8a076a72a8e1b7a6f401686d6eb0e6.
Commit: 43969af627aa01fa4b9a85ff5325fe24e854cb71
https://github.com/llvm/llvm-project/commit/43969af627aa01fa4b9a85ff5325fe24e854cb71
Author: Guozhi Wei <carrot at google.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M llvm/include/llvm/Transforms/Scalar/GVN.h
M llvm/lib/Transforms/Scalar/GVN.cpp
M llvm/test/Transforms/GVN/PRE/2011-06-01-NonLocalMemdepMiscompile.ll
M llvm/test/Transforms/GVN/PRE/2017-06-28-pre-load-dbgloc.ll
M llvm/test/Transforms/GVN/PRE/2018-06-08-pre-load-dbgloc-no-null-opt.ll
M llvm/test/Transforms/GVN/PRE/pre-load.ll
M llvm/test/Transforms/GVN/PRE/volatile.ll
M llvm/test/Transforms/GVN/condprop.ll
Log Message:
-----------
Revert "[GVN] Improve PRE on load instructions"
This reverts commit 5f1448fe1585b5677d5f0064e4eeac3b493d8a18.
Compare: https://github.com/llvm/llvm-project/compare/b617df6e7cbc...43969af627aa
More information about the All-commits
mailing list