[all-commits] [llvm/llvm-project] aca261: [InstCombine] add test for min/max intrinsic with ...

RotateRight via All-commits all-commits at lists.llvm.org
Wed Apr 7 14:31:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aca26133309ef197dc591b1fd6639ef2c4aaf6f2
      https://github.com/llvm/llvm-project/commit/aca26133309ef197dc591b1fd6639ef2c4aaf6f2
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

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

  Log Message:
  -----------
  [InstCombine] add test for min/max intrinsic with not ops; NFC


  Commit: c0bbd0cc35b91c7244b15c3fed1e0dbcf9c0df55
      https://github.com/llvm/llvm-project/commit/c0bbd0cc35b91c7244b15c3fed1e0dbcf9c0df55
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

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

  Log Message:
  -----------
  [InstCombine] fold not ops around min/max intrinsics

This is another step towards parity with the existing
cmp+select folds (see D98152).


Compare: https://github.com/llvm/llvm-project/compare/79ac5bbb96c4...c0bbd0cc35b9


More information about the All-commits mailing list