[all-commits] [llvm/llvm-project] 96cb7c: [ConstantExpr] Remove fneg expression
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Sep 8 01:25:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96cb7c22736bdd9e6b0194c933ae3b2986eae8e2
https://github.com/llvm/llvm-project/commit/96cb7c22736bdd9e6b0194c933ae3b2986eae8e2
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M llvm/bindings/go/llvm/ir.go
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/docs/ReleaseNotes.rst
M llvm/include/llvm-c/Core.h
M llvm/include/llvm/IR/Constants.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/ConstantsContext.h
M llvm/lib/IR/Core.cpp
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/CodeGen/AArch64/arm64-promote-const-complex-initializers.ll
M llvm/test/Transforms/InstCombine/fma.ll
M llvm/unittests/IR/ConstantsTest.cpp
Log Message:
-----------
[ConstantExpr] Remove fneg expression
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).
Differential Revision: https://reviews.llvm.org/D133418
More information about the All-commits
mailing list