[all-commits] [llvm/llvm-project] 8edb9c: [ConstantExpr] Don't create float binop expressions

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Jul 8 07:54:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8edb9c3c56e88e38d82582e5fc96befca3d6223c
      https://github.com/llvm/llvm-project/commit/8edb9c3c56e88e38d82582e5fc96befca3d6223c
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M llvm/lib/IR/Constants.cpp
    M llvm/test/Transforms/Reassociate/crash2.ll

  Log Message:
  -----------
  [ConstantExpr] Don't create float binop expressions

Mark the fadd, fsub, fmul, fdiv, and frem expressions as
undesirable, so they are not created automatically. This is in
preparation for their removal.




More information about the All-commits mailing list