[all-commits] [llvm/llvm-project] d7186f: [MemCpyOpt] Add lifetime may alias test (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Oct 11 08:08:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d7186fe3710828fab03de69f78f01f001d70e1aa
https://github.com/llvm/llvm-project/commit/d7186fe3710828fab03de69f78f01f001d70e1aa
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-10-11 (Sun, 11 Oct 2020)
Changed paths:
M llvm/test/Transforms/MemCpyOpt/memcpy-undef.ll
Log Message:
-----------
[MemCpyOpt] Add lifetime may alias test (NFC)
Test the case where a lifetime intrinsic may alias the memcpy
source. Other cases test must or no alias.
More information about the All-commits
mailing list