[all-commits] [llvm/llvm-project] 24b134: [AttrBuilder] Remove unused vscale accessors (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Oct 11 01:33:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 24b1340ff96434c272a2a4abd3e70609be577e8a
      https://github.com/llvm/llvm-project/commit/24b1340ff96434c272a2a4abd3e70609be577e8a
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

  Changed paths:
    M llvm/include/llvm/IR/Attributes.h
    M llvm/lib/IR/Attributes.cpp

  Log Message:
  -----------
  [AttrBuilder] Remove unused vscale accessors (NFC)

These accessors are not used. Generally, nowadays it is preferable
to perform queries on AttributeSets/Lists, rather than the
AttrBuilder, which is optimized towards attribute construction now.




More information about the All-commits mailing list