[all-commits] [llvm/llvm-project] f3c417: [Passes] Add option for LoopVersioningLICM pass. (...
lcvon007 via All-commits
all-commits at lists.llvm.org
Wed Sep 27 05:38:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3c417f341135ff357f2d454866d7d05262ebfca
https://github.com/llvm/llvm-project/commit/f3c417f341135ff357f2d454866d7d05262ebfca
Author: lcvon007 <141613945+lcvon007 at users.noreply.github.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M llvm/lib/Passes/PassBuilderPipelines.cpp
Log Message:
-----------
[Passes] Add option for LoopVersioningLICM pass. (#67107)
User only can use opt to test LoopVersioningLICM pass, and this PR add
the option back(deleted in https://reviews.llvm.org/D137915) so that
it's easy for verifying if it is useful for some benchmarks.
More information about the All-commits
mailing list