[all-commits] [llvm/llvm-project] e523ba: [InlineFunction] Slightly clarify noalias scope ca...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jun 24 03:32:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e523baa664b7fc678aa1c0963980a70af161469d
https://github.com/llvm/llvm-project/commit/e523baa664b7fc678aa1c0963980a70af161469d
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Utils/InlineFunction.cpp
Log Message:
-----------
[InlineFunction] Slightly clarify noalias scope calculation (NFC)
Rename CanDeriveViaCapture -> RequiresNoCaptureBefore, drop
unnecessary const cast, reformat some code avoid an ugly
super-indented comment.
More information about the All-commits
mailing list