[all-commits] [llvm/llvm-project] f55825: [DSE] Add test to make sure memccpy does not kill ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Oct 20 06:18:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f558256939c47b8b5f59c19c71e04324df8ca26a
https://github.com/llvm/llvm-project/commit/f558256939c47b8b5f59c19c71e04324df8ca26a
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M llvm/test/Transforms/DeadStoreElimination/MSSA/libcalls.ll
Log Message:
-----------
[DSE] Add test to make sure memccpy does not kill stores.
It is not known how many bytes are written by memccpy, so it cannot kill
any stores.
More information about the All-commits
mailing list