[PATCH] D148360: [Propeller] Use a bit-field struct for the metdata fields of BBEntry.

Rahman Lavaee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 12:26:09 PDT 2023


rahmanl updated this revision to Diff 514712.
rahmanl added a comment.

Use a bitwise equality operator, since memcmp won't work when padding is involved.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148360

Files:
  llvm/include/llvm/Object/ELFTypes.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/Object/ELF.cpp
  llvm/unittests/Object/ELFObjectFileTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148360.514712.patch
Type: text/x-patch
Size: 7149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230418/5ae7a513/attachment.bin>


More information about the llvm-commits mailing list