[all-commits] [llvm/llvm-project] ca0f4e: Support: Make TypeSize constructors constexpr
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Dec 19 06:48:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca0f4e193b05813717b5ff6d0c194936009e0874
https://github.com/llvm/llvm-project/commit/ca0f4e193b05813717b5ff6d0c194936009e0874
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M llvm/include/llvm/Support/TypeSize.h
M llvm/unittests/Support/CMakeLists.txt
A llvm/unittests/Support/TypeSizeTest.cpp
Log Message:
-----------
Support: Make TypeSize constructors constexpr
This is to enable LLT to be constexpr
More information about the All-commits
mailing list