[all-commits] [llvm/llvm-project] a52432: [NFC][SeparateConstOffsetFromGEP] Added flag `lowe...
MarsPLR via All-commits
all-commits at lists.llvm.org
Tue Feb 14 18:04:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a52432f633127036f5da7bedd83bacb1083cb833
https://github.com/llvm/llvm-project/commit/a52432f633127036f5da7bedd83bacb1083cb833
Author: Liren Peng <liren.plr at gmail.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M llvm/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/test/Other/new-pm-print-pipeline.ll
A llvm/test/Transforms/SeparateConstOffsetFromGEP/split-gep-sub.ll
Log Message:
-----------
[NFC][SeparateConstOffsetFromGEP] Added flag `lower-gep`
We need such a flag to check whether the transformation is correct if
LowerGEP was enabled.
Reviewed By: nikic, arsenm, spatel
Differential Revision: https://reviews.llvm.org/D143980
More information about the All-commits
mailing list