[all-commits] [llvm/llvm-project] 51f378: [ConstraintElimination] Add tests to check for tra...

Zain Jaffal via All-commits all-commits at lists.llvm.org
Fri Apr 14 07:44:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51f3781aece41d57b3a05e0a4b2270a7b4ba2e85
      https://github.com/llvm/llvm-project/commit/51f3781aece41d57b3a05e0a4b2270a7b4ba2e85
  Author: Zain Jaffal <z_jaffal at apple.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M llvm/test/Transforms/ConstraintElimination/transfer-signed-facts-to-unsigned.ll

  Log Message:
  -----------
  [ConstraintElimination] Add tests to check for transfering facts from sgt to ugt.

If we have a >s b and we know that b >s 0 then we also can infer that a >u b.

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D148321




More information about the All-commits mailing list