[PATCH] D128052: Basic types for LLVM

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 06:42:49 PDT 2022


gchatelet created this revision.
Herald added a subscriber: mgorny.
Herald added a project: All.
gchatelet requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is a POC patch implementing the low level abstractions described
in https://discourse.llvm.org/t/rfc-proper-low-level-abstractions-to-llvm-bits-bytes-addresses-and-masks/63081/13

I'm starting with primitives and tests.
I'll convert a few files to get a feel of the usability and tweak accordingly.

At this point feedback is welcome: naming, use cases, integration with other
LLVM concepts, etc...


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128052

Files:
  llvm/include/llvm/Support/BasicTypes.h
  llvm/unittests/Support/BasicTypesTest.cpp
  llvm/unittests/Support/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128052.437874.patch
Type: text/x-patch
Size: 20085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220617/10173c4c/attachment.bin>


More information about the llvm-commits mailing list