[all-commits] [llvm/llvm-project] 0417b9: [Inline] Add a basic test for the module inliner
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Dec 2 13:38:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0417b9d63735f70fa9c7fe35ba052665994bd546
https://github.com/llvm/llvm-project/commit/0417b9d63735f70fa9c7fe35ba052665994bd546
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
A llvm/test/Transforms/Inline/module-inliner-basic.ll
Log Message:
-----------
[Inline] Add a basic test for the module inliner
The new test ensures that the module inliner works with all currently
supported priority modes.
Different priority modes result in no difference in terms of the
output for these simple cases, so this is more of a "better than
nothing" test.
Differential Revision: https://reviews.llvm.org/D139222
More information about the All-commits
mailing list