[PATCH] D111023: [ConstantFold] Refactor load folding
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 18:14:50 PDT 2021
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
very nice!
================
Comment at: llvm/lib/Analysis/ConstantFolding.cpp:66-69
Constant *SymbolicallyEvaluateGEP(const GEPOperator *GEP,
ArrayRef<Constant *> Ops,
const DataLayout &DL,
+ const TargetLibraryInfo *TLI);
----------------
I think this declaration is not necessary anymore
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111023/new/
https://reviews.llvm.org/D111023
More information about the llvm-commits
mailing list