[all-commits] [llvm/llvm-project] 923727: [ConstantFold] Extract GEP of GEP fold (NFCI)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jul 23 14:49:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 923727e8bedac0257f5603ca3a1032737b01be96
https://github.com/llvm/llvm-project/commit/923727e8bedac0257f5603ca3a1032737b01be96
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M llvm/lib/IR/ConstantFold.cpp
Log Message:
-----------
[ConstantFold] Extract GEP of GEP fold (NFCI)
Move this fold into a separate function and clean up the control
flow a bit.
More information about the All-commits
mailing list