[all-commits] [llvm/llvm-project] 14eefa: [InstCombine] factorize min/max intrinsic ops with...

RotateRight via All-commits all-commits at lists.llvm.org
Thu Aug 12 13:34:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14eefa57f2b62bcffb0d7cade2230e7bba9b6d03
      https://github.com/llvm/llvm-project/commit/14eefa57f2b62bcffb0d7cade2230e7bba9b6d03
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/test/Transforms/InstCombine/minmax-intrinsics.ll

  Log Message:
  -----------
  [InstCombine] factorize min/max intrinsic ops with common operand (2nd try)

This is a re-try of 6de1dbbd09c1 which was reverted because
it missed a null check. Extra test for that failure added.

Original commit message:
This is an adaptation of D41603 and another step on the way
to canonicalizing to the intrinsic forms of min/max.

See D98152 for status.




More information about the All-commits mailing list