[all-commits] [llvm/llvm-project] 541c28: Revert "[CaptureTracking] Do not check domination"
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun May 16 02:07:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 541c2845ded174f8937433fc8a110a2e644919a6
https://github.com/llvm/llvm-project/commit/541c2845ded174f8937433fc8a110a2e644919a6
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-05-16 (Sun, 16 May 2021)
Changed paths:
M llvm/lib/Analysis/CaptureTracking.cpp
M llvm/test/Transforms/MemCpyOpt/callslot.ll
Log Message:
-----------
Revert "[CaptureTracking] Do not check domination"
This reverts commit 6b8b43e7af3074124e3c9e429e1fb08165799be4.
This causes clang test to fail (CodeGenObjC/synchronized.m).
Revert until I can figure out whether that's an expected change.
More information about the All-commits
mailing list