[all-commits] [llvm/llvm-project] 4fb211: GlobalISel: Add unit tests for some utils functions
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jun 24 09:00:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4fb2116ee7f19d8048f4d64933b3e8666e3658c2
https://github.com/llvm/llvm-project/commit/4fb2116ee7f19d8048f4d64933b3e8666e3658c2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M llvm/unittests/CodeGen/GlobalISel/CMakeLists.txt
A llvm/unittests/CodeGen/GlobalISel/GISelUtilsTest.cpp
Log Message:
-----------
GlobalISel: Add unit tests for some utils functions
The test constants were originally constexpr, but this apparently
crashes old versions of gcc.
More information about the All-commits
mailing list