[all-commits] [llvm/llvm-project] 2c48dd: [MemCpyOpt] Add additional call slot tests (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Oct 4 08:27:36 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2c48dd7c3ac5f8a0287d1fc7455d45d755d664aa
https://github.com/llvm/llvm-project/commit/2c48dd7c3ac5f8a0287d1fc7455d45d755d664aa
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
A llvm/test/Transforms/MemCpyOpt/callslot.ll
Log Message:
-----------
[MemCpyOpt] Add additional call slot tests (NFC)
The case of a destination read between call and memcpy was not
covered anywhere (but is handled correctly).
However, a potentially throwing call between the call and the
memcpy appears to be miscompiled.
More information about the All-commits
mailing list