[all-commits] [llvm/llvm-project] 245d71: [test] Simplify pr33641_remove_arg_dbgvalue.ll
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Oct 23 15:36:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 245d71bae5a9cad472d5ec4cad67a9be0e0d261b
https://github.com/llvm/llvm-project/commit/245d71bae5a9cad472d5ec4cad67a9be0e0d261b
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M llvm/test/Transforms/ArgumentPromotion/pr33641_remove_arg_dbgvalue.ll
Log Message:
-----------
[test] Simplify pr33641_remove_arg_dbgvalue.ll
This makes it pass under the NPM.
The legacy PM pass ran passes on SCCs in a different order, causing
argpromotion to not trigger on @bar().
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D89889
More information about the All-commits
mailing list