Support: Make TypeSize constructors constexpr
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 19 Dec 2022 03:14:00 +0000 (22:14 -0500)
committerMatt Arsenault <arsenm2@gmail.com>
Mon, 19 Dec 2022 14:48:10 +0000 (09:48 -0500)
commitca0f4e193b05813717b5ff6d0c194936009e0874
tree2679140c39318a2a013f6a967f1a494d4b652e58
parent02012a78b8e7d44341247059184350cbb4898e79
Support: Make TypeSize constructors constexpr

This is to enable LLT to be constexpr
llvm/include/llvm/Support/TypeSize.h
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/TypeSizeTest.cpp [new file with mode: 0644]