[PATCH] D83202: [Bitfields][NFC] Make sure bitfields are contiguous
    Clement Courbet via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jul  7 04:14:24 PDT 2020
    
    
  
courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/IR/InstrTypes.h:1102
   using CallInstReservedField = Bitfield::Element<unsigned, 0, 2>; // Next bit:2
   using CallingConvField = Bitfield::Element<CallingConv::ID, 2, 10,
                                              CallingConv::MaxID>; // Next bit:12
----------------
here too ?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83202/new/
https://reviews.llvm.org/D83202
    
    
More information about the llvm-commits
mailing list