[all-commits] [llvm/llvm-project] 9a05a7: [CodeGen] Accept Address in CreateLaunderInvariant...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 21 05:43:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a05a7b00ccdbd9edee309834901c619beee8d36
https://github.com/llvm/llvm-project/commit/9a05a7b00ccdbd9edee309834901c619beee8d36
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CGBuilder.h
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprCXX.cpp
Log Message:
-----------
[CodeGen] Accept Address in CreateLaunderInvariantGroup
Add an overload that accepts and returns an Address, as we
generally just want to replace the pointer with a laundered one,
while retaining remaining information.
More information about the All-commits
mailing list