[PATCH] D103900: [llvm] Add enum iteration to Sequence

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 08:30:03 PDT 2021


gchatelet created this revision.
gchatelet added reviewers: courbet, Quuxplusone.
Herald added subscribers: dexonsmith, hiraditya.
gchatelet requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch allows iterating typed enum via the ADT/Sequence utility.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103900

Files:
  llvm/include/llvm/ADT/Sequence.h
  llvm/include/llvm/CodeGen/ValueTypes.h
  llvm/include/llvm/Support/MachineValueType.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/tools/llvm-exegesis/lib/X86/Target.cpp
  llvm/unittests/ADT/SequenceTest.cpp
  llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103900.350610.patch
Type: text/x-patch
Size: 15041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210608/44607679/attachment.bin>


More information about the llvm-commits mailing list