[PATCH] D81662: [NFC] Use ADT/Bitfields in Instructions

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 09:54:17 PDT 2020


gchatelet updated this revision to Diff 271124.
gchatelet marked 2 inline comments as done.
gchatelet added a comment.

- Handle bounds and signed integer, redesign the implementation


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81662

Files:
  llvm/include/llvm/ADT/Bitfields.h
  llvm/include/llvm/IR/InstrTypes.h
  llvm/include/llvm/IR/Instruction.h
  llvm/include/llvm/IR/Instructions.h
  llvm/include/llvm/Support/AtomicOrdering.h
  llvm/lib/IR/Instructions.cpp
  llvm/unittests/ADT/BitFieldsTest.cpp
  llvm/unittests/ADT/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81662.271124.patch
Type: text/x-patch
Size: 50477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200616/887a5382/attachment.bin>


More information about the llvm-commits mailing list