[all-commits] [llvm/llvm-project] a3b525: [InstSimpliy] Use range attribute to simplify comp...

Andreas Jonson via All-commits all-commits at lists.llvm.org
Tue Mar 12 02:40:00 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3b52509d522442915a51d8aabcec1df49e95b23
      https://github.com/llvm/llvm-project/commit/a3b52509d522442915a51d8aabcec1df49e95b23
  Author: Andreas Jonson <andjo403 at hotmail.com>
  Date:   2024-03-12 (Tue, 12 Mar 2024)

  Changed paths:
    M llvm/include/llvm/IR/Attributes.h
    M llvm/include/llvm/IR/Function.h
    M llvm/include/llvm/IR/InstrTypes.h
    M llvm/lib/Analysis/InstructionSimplify.cpp
    M llvm/lib/IR/Function.cpp
    M llvm/test/Transforms/InstCombine/icmp-range.ll

  Log Message:
  -----------
  [InstSimpliy] Use range attribute to simplify comparisons (#84627)

Use the new range attribute from https://github.com/llvm/llvm-project/pull/84617
to simplify comparisons where both sides have range information.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list