[PATCH] D129478: [IR] Remove support for float binop constant expressions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 00:41:14 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4bb7b6fae3be: [IR] Remove support for float binop constant expressions (authored by nikic).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129478

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/IR/Constants.cpp
  llvm/lib/IR/Core.cpp
  llvm/test/Bindings/OCaml/core.ml
  llvm/test/CodeGen/AMDGPU/sched-crash-dbg-value.mir
  llvm/test/CodeGen/AMDGPU/si-spill-cf.ll
  llvm/test/CodeGen/PowerPC/2008-07-15-Fabs.ll
  llvm/test/CodeGen/X86/2011-02-23-UnfoldBug.ll
  llvm/test/CodeGen/X86/pr44749.ll
  llvm/test/DebugInfo/ARM/selectiondag-deadcode.ll
  llvm/test/Transforms/InstCombine/fma.ll
  llvm/test/Transforms/InstCombine/fmul.ll
  llvm/test/Transforms/InstSimplify/ConstProp/bitcast.ll
  llvm/test/Transforms/InstSimplify/ConstProp/constant-expr.ll
  llvm/test/Transforms/InstSimplify/fdiv.ll
  llvm/test/Transforms/LoopVectorize/scev-exitlim-crash.ll
  llvm/unittests/IR/ConstantsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129478.443847.patch
Type: text/x-patch
Size: 31868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220712/ba9c67b6/attachment.bin>


More information about the llvm-commits mailing list