[all-commits] [llvm/llvm-project] 3b31f0: [LICM] Don't require AST in LoopPromoter (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 13 13:09:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3b31f05372f4ef881d0d11a2b8d339cd61b188df
https://github.com/llvm/llvm-project/commit/3b31f05372f4ef881d0d11a2b8d339cd61b188df
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-10-13 (Tue, 13 Oct 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/LICM.cpp
Log Message:
-----------
[LICM] Don't require AST in LoopPromoter (NFC)
While promotion currently always has an AST available, it is only
relevant for invalidation purposes in LoopPromoter, so we do not
need to have it as a hard dependency.
More information about the All-commits
mailing list