[PATCH] D133418: [ConstantExpr] Remove fneg expression
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 05:24:42 PDT 2022
nikic created this revision.
nikic added reviewers: nhaehnle, reames.
Herald added a reviewer: deadalnix.
Herald added a subscriber: hiraditya.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
As part of https://discourse.llvm.org/t/rfc-remove-most-constant-expressions/63179, this removes the `fneg` constant expression (which is, incidentally, the only unary operator expression).
https://reviews.llvm.org/D133418
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/ConstantsContext.h
llvm/lib/IR/Core.cpp
llvm/test/Bindings/OCaml/core.ml
llvm/test/CodeGen/AArch64/arm64-promote-const-complex-initializers.ll
llvm/test/Transforms/InstCombine/fma.ll
llvm/unittests/IR/ConstantsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133418.458414.patch
Type: text/x-patch
Size: 18943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220907/9e82594d/attachment.bin>
More information about the llvm-commits
mailing list