[all-commits] [llvm/llvm-project] af101f: [IR] Allow !range on vector of integer instructions

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Mar 14 01:42:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af101f9ae0bd8e7f1e502f0090712dc7db9a1d47
      https://github.com/llvm/llvm-project/commit/af101f9ae0bd8e7f1e502f0090712dc7db9a1d47
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/lib/IR/Verifier.cpp
    M llvm/lib/Transforms/IPO/SCCP.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/test/Transforms/InstCombine/ctpop.ll
    M llvm/test/Transforms/InstCombine/cttz.ll
    M llvm/test/Transforms/SCCP/ip-add-range-to-call.ll
    M llvm/test/Verifier/range-1.ll

  Log Message:
  -----------
  [IR] Allow !range on vector of integer instructions

Inspired by https://reviews.llvm.org/D144467#4188310, this allows
!range on vector of integer instructions, with the usual
element-wise interpretation, which is already used by various
analysis APIs that support vectors.

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




More information about the All-commits mailing list