[PATCH] D107378: Make enum iteration with seq safe by default

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 29 22:32:11 PDT 2021


kuhar updated this revision to Diff 369372.
kuhar retitled this revision from "[WiP] Make enum iteration with seq safe by default" to "Make enum iteration with seq safe by default".
kuhar edited the summary of this revision.
kuhar added reviewers: dblaikie, gchatelet, chandlerc.
kuhar set the repository for this revision to rG LLVM Github Monorepo.
kuhar added a subscriber: gchatelet.
kuhar added a comment.

Fixes based on the discussion with @gchatelet in https://reviews.llvm.org/D107350.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107378/new/

https://reviews.llvm.org/D107378

Files:
  llvm/include/llvm/ADT/Sequence.h
  llvm/include/llvm/IR/InstrTypes.h
  llvm/include/llvm/Support/MachineValueType.h
  llvm/tools/llvm-exegesis/lib/X86/Target.cpp
  llvm/unittests/ADT/SequenceTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107378.369372.patch
Type: text/x-patch
Size: 15227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210830/83f2fa08/attachment.bin>


More information about the llvm-commits mailing list