[all-commits] [llvm/llvm-project] 22664a: [MemCpyOpt] Don't use array allocas in tests (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Oct 4 12:50:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 22664a325167086260aa2d1ff629686020f2b27d
https://github.com/llvm/llvm-project/commit/22664a325167086260aa2d1ff629686020f2b27d
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-10-04 (Sun, 04 Oct 2020)
Changed paths:
M llvm/test/Transforms/MemCpyOpt/callslot.ll
Log Message:
-----------
[MemCpyOpt] Don't use array allocas in tests (NFC)
Apparently querying dereferenceability of array allocations is
being intentionally penalized (https://reviews.llvm.org/D41398),
so avoid using them in tests.
More information about the All-commits
mailing list