[all-commits] [llvm/llvm-project] cbd804: [InstCombine] add tests for (X - Y) == 0; NFC

RotateRight via All-commits all-commits at lists.llvm.org
Sun Oct 10 08:41:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cbd8041b0bbec2c1bd3fab81d6bf566901ca63d1
      https://github.com/llvm/llvm-project/commit/cbd8041b0bbec2c1bd3fab81d6bf566901ca63d1
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-10-10 (Sun, 10 Oct 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/icmp-sub.ll

  Log Message:
  -----------
  [InstCombine] add tests for (X - Y) == 0; NFC


  Commit: 05281d95f2385fd7e266c1b439e5045f0187b149
      https://github.com/llvm/llvm-project/commit/05281d95f2385fd7e266c1b439e5045f0187b149
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-10-10 (Sun, 10 Oct 2021)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp

  Log Message:
  -----------
  [InstCombine] move fold for "(X-Y) == 0"; NFC

This consolidates related folds that all have a
similar use restriction that may not be necessary.


Compare: https://github.com/llvm/llvm-project/compare/da210f5d3425...05281d95f238


More information about the All-commits mailing list