[PATCH] D129148: [ConstExpr] Remove div/rem constant expressions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 01:13:24 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG11950efe0682: [ConstExpr] Remove div/rem constant expressions (authored by nikic).

Changed prior to commit:
  https://reviews.llvm.org/D129148?vs=442334&id=442457#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129148

Files:
  llvm/bindings/go/llvm/ir.go
  llvm/bindings/ocaml/llvm/llvm.ml
  llvm/bindings/ocaml/llvm/llvm.mli
  llvm/docs/ReleaseNotes.rst
  llvm/include/llvm-c/Core.h
  llvm/include/llvm/IR/Constants.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/IR/Constants.cpp
  llvm/lib/IR/Core.cpp
  llvm/test/Assembler/flags.ll
  llvm/test/Bindings/OCaml/core.ml
  llvm/test/CodeGen/X86/critical-edge-split-2.ll
  llvm/test/CodeGen/X86/nonconst-static-div.ll
  llvm/test/CodeGen/X86/pr33396.ll
  llvm/test/CodeGen/X86/pr49839-trapping-aggregate.ll
  llvm/test/CodeGen/X86/selectiondag-dominator.ll
  llvm/test/Transforms/GlobalOpt/constant-can-trap.ll
  llvm/test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll
  llvm/test/Transforms/InstCombine/indexed-gep-compares.ll
  llvm/test/Transforms/InstSimplify/phi.ll
  llvm/test/Transforms/LoopVectorize/X86/masked_load_store.ll
  llvm/test/Transforms/LoopVectorize/if-conversion.ll
  llvm/test/Transforms/SimplifyCFG/2006-10-19-UncondDiv.ll
  llvm/test/Transforms/SimplifyCFG/ConditionalTrappingConstantExpr.ll
  llvm/test/Transforms/SimplifyCFG/PR16069.ll
  llvm/test/Transforms/SimplifyCFG/PR17073.ll
  llvm/unittests/Analysis/ValueTrackingTest.cpp
  llvm/unittests/IR/ConstantsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129148.442457.patch
Type: text/x-patch
Size: 55114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220706/4fd88310/attachment.bin>


More information about the llvm-commits mailing list