[all-commits] [llvm/llvm-project] d84cdb: [InstCombine] fabs(X) / fabs(X) -> X / X

RotateRight via All-commits all-commits at lists.llvm.org
Sat Jun 20 07:21:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d84cdb81ed44943217b0159139cfc6e7cd7132ef
      https://github.com/llvm/llvm-project/commit/d84cdb81ed44943217b0159139cfc6e7cd7132ef
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-06-20 (Sat, 20 Jun 2020)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
    M llvm/test/Transforms/InstCombine/fdiv.ll

  Log Message:
  -----------
  [InstCombine] fabs(X) / fabs(X) -> X / X

Also, consolidate related folds so we don't miss/repeat these.




More information about the All-commits mailing list