[all-commits] [llvm/llvm-project] 7a0deb: [NFC][LoopPredication] Extract guard parsing to Gu...
Aleksandr Popov via All-commits
all-commits at lists.llvm.org
Thu Aug 10 01:01:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a0debebde5de629b091c0c099d2ef89131cea04
https://github.com/llvm/llvm-project/commit/7a0debebde5de629b091c0c099d2ef89131cea04
Author: Aleksandr Popov <a.popov.tmb at gmail.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M llvm/include/llvm/Analysis/GuardUtils.h
M llvm/lib/Analysis/GuardUtils.cpp
M llvm/lib/Transforms/Scalar/LoopPredication.cpp
Log Message:
-----------
[NFC][LoopPredication] Extract guard parsing to GuardUtils
Extract logic of parsing guards and widenable branches in order to reuse
it in the GuardWidening
Reviewed By: anna
Differential Revision: https://reviews.llvm.org/D157276
More information about the All-commits
mailing list