[PATCH] D155924: [IR] Remove support for and/or constant expressions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 03:15:39 PDT 2023


nikic updated this revision to Diff 551952.
nikic edited the summary of this revision.
nikic added a comment.
Herald added a subscriber: jdoerfert.

Rebase after pre-committing most of the test changes. Add missing LangRef update.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155924/new/

https://reviews.llvm.org/D155924

Files:
  llvm/bindings/ocaml/llvm/llvm.ml
  llvm/bindings/ocaml/llvm/llvm.mli
  llvm/bindings/ocaml/llvm/llvm_ocaml.c
  llvm/docs/LangRef.rst
  llvm/docs/ReleaseNotes.rst
  llvm/include/llvm-c/Core.h
  llvm/include/llvm/IR/Constants.h
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/IR/ConstantFold.cpp
  llvm/lib/IR/Constants.cpp
  llvm/lib/IR/Core.cpp
  llvm/test/Assembler/2004-03-07-FunctionAddressAlignment.ll
  llvm/test/Assembler/ConstantExprFold.ll
  llvm/test/Bindings/OCaml/core.ml
  llvm/test/Transforms/InstCombine/constant-fold-alias.ll
  llvm/test/Transforms/InstCombine/select-and-or.ll
  llvm/test/Transforms/InstSimplify/ConstProp/constant-expr.ll
  llvm/unittests/IR/ConstantsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155924.551952.patch
Type: text/x-patch
Size: 23951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230821/ba21e93a/attachment.bin>


More information about the llvm-commits mailing list