[all-commits] [llvm/llvm-project] 793c0d: [capturetracking] Explicitly check for callee oper...
Philip Reames via All-commits
all-commits at lists.llvm.org
Fri Dec 17 09:21:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 793c0da89e36408f9c2dd949134a4608ef54551a
https://github.com/llvm/llvm-project/commit/793c0da89e36408f9c2dd949134a4608ef54551a
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M llvm/lib/Analysis/CaptureTracking.cpp
Log Message:
-----------
[capturetracking] Explicitly check for callee operand [NFC]
Pull out an explicit check rather than relying on the fact that the callee operand is not a data operand. The only real value is it gives us a clear place to move the comment, and makes the code slightly more understandable.
More information about the All-commits
mailing list