[all-commits] [llvm/llvm-project] 6eb2c1: [NFC][GuardWidening] Remove dead code
Aleksandr Popov via All-commits
all-commits at lists.llvm.org
Thu Aug 3 00:10:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6eb2c17cc86699aa996b839d7a88a9c317313e39
https://github.com/llvm/llvm-project/commit/6eb2c17cc86699aa996b839d7a88a9c317313e39
Author: Aleksandr Popov <a.popov.tmb at gmail.com>
Date: 2023-08-03 (Thu, 03 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/GuardWidening.cpp
Log Message:
-----------
[NFC][GuardWidening] Remove dead code
After 28a91473e33eb3585a87514e4cf2523a9a587d82 we don't use
eliminateInstrViaWidening with InvertCondition = false. Therefore all
related code is dead.
Reviewed By: DaniilSuchkov
Differential Revision: https://reviews.llvm.org/D156908
More information about the All-commits
mailing list