[all-commits] [llvm/llvm-project] 50cc9a: [MemCpyOpt] Extract common function for unwinding ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Oct 17 06:38:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 50cc9a0e6124f6177633b9e5edcee25860cfa094
https://github.com/llvm/llvm-project/commit/50cc9a0e6124f6177633b9e5edcee25860cfa094
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-10-17 (Sat, 17 Oct 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
M llvm/test/Transforms/MemCpyOpt/callslot.ll
Log Message:
-----------
[MemCpyOpt] Extract common function for unwinding check
These two cases should be using the same logic. Not NFC, as this
resolves the TODO regarding use of the underlying object.
More information about the All-commits
mailing list