[all-commits] [llvm/llvm-project] 9ac386: [ConstExpr] Don't create insertvalue expressions
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jul 1 00:23:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ac386495d3c9578e04c9aeb07a3d255b8cc8413
https://github.com/llvm/llvm-project/commit/9ac386495d3c9578e04c9aeb07a3d255b8cc8413
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M llvm/include/llvm/Analysis/TargetFolder.h
M llvm/include/llvm/IR/ConstantFolder.h
M llvm/lib/Analysis/ConstantFolding.cpp
Log Message:
-----------
[ConstExpr] Don't create insertvalue expressions
In preparation for the removal in D128719, this stops creating
insertvalue constant expressions (well, unless they are directly
used in LLVM IR).
Differential Revision: https://reviews.llvm.org/D128792
More information about the All-commits
mailing list