[AttrBuilder] Remove unused vscale accessors (NFC)
authorNikita Popov <npopov@redhat.com>
Tue, 11 Oct 2022 08:29:44 +0000 (10:29 +0200)
committerNikita Popov <npopov@redhat.com>
Tue, 11 Oct 2022 08:33:33 +0000 (10:33 +0200)
commit24b1340ff96434c272a2a4abd3e70609be577e8a
tree515ce40c94731961251bd7c7d7533710c4568703
parentb879f99f0ec0f34bfc5a6fe60299c308eec71f53
[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.
llvm/include/llvm/IR/Attributes.h
llvm/lib/IR/Attributes.cpp