[all-commits] [llvm/llvm-project] 03d0ac: [DSE] Use helper for unwind check (NFCI)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 26 05:08:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03d0acc545653fc65d5707424446563aa9d735a4
https://github.com/llvm/llvm-project/commit/03d0acc545653fc65d5707424446563aa9d735a4
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
Log Message:
-----------
[DSE] Use helper for unwind check (NFCI)
This should be no functional change, as the cases supported by the
helper and the cases supported by DSE are currently the same, the
code structure is just slightly different.
More information about the All-commits
mailing list