[PATCH] D125795: [IR] Remove support for extractvalue constant expression
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 07:55:58 PDT 2022
nikic created this revision.
Herald added a reviewer: deadalnix.
Herald added subscribers: ChuanqiXu, pengfei, haicheng, hiraditya.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Proof of concept
https://reviews.llvm.org/D125795
Files:
clang/lib/CodeGen/ItaniumCXXABI.cpp
llvm/bindings/go/llvm/ir.go
llvm/bindings/ocaml/llvm/llvm.ml
llvm/bindings/ocaml/llvm/llvm.mli
llvm/bindings/ocaml/llvm/llvm_ocaml.c
llvm/include/llvm-c/Core.h
llvm/include/llvm/Analysis/TargetFolder.h
llvm/include/llvm/IR/ConstantFolder.h
llvm/include/llvm/IR/Constants.h
llvm/lib/Analysis/ConstantFolding.cpp
llvm/lib/Analysis/InlineCost.cpp
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/IR/Constants.cpp
llvm/lib/IR/Core.cpp
llvm/lib/Transforms/Coroutines/CoroElide.cpp
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/lib/Transforms/Utils/Evaluator.cpp
llvm/test/Assembler/insertextractvalue.ll
llvm/test/Assembler/unsupported-constexprs.ll
llvm/test/CodeGen/Generic/pr33094.ll
llvm/test/CodeGen/X86/nonconst-static-ev.ll
llvm/test/Transforms/InstCombine/cast.ll
llvm/test/Transforms/InstCombine/pr28725.ll
llvm/test/Transforms/InstSimplify/pr28725.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125795.430065.patch
Type: text/x-patch
Size: 21088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220517/2c556138/attachment.bin>
More information about the llvm-commits
mailing list