[all-commits] [llvm/llvm-project] f765e5: [CaptureTracking] Clean up same instruction check ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat May 15 02:59:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f765e54db2f1bafeed4cf62fa0d03d66ff13e548
https://github.com/llvm/llvm-project/commit/f765e54db2f1bafeed4cf62fa0d03d66ff13e548
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M llvm/lib/Analysis/CaptureTracking.cpp
Log Message:
-----------
[CaptureTracking] Clean up same instruction check (NFC)
Check the BeforeHere == I case once in shouldExplore, instead of
handling it in four different places.
More information about the All-commits
mailing list