[PATCH] D81376: GlobalISel: Add unit tests for some utils functions
Dominik Montada via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 05:25:23 PDT 2020
gargaroff accepted this revision.
gargaroff added a comment.
This revision is now accepted and ready to land.
LGTM with a nit
================
Comment at: llvm/unittests/CodeGen/GlobalISel/GISelUtilsTest.cpp:53
+
+
+ EXPECT_EQ(S16, getGCDType(P0, S16));
----------------
Extra newline?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81376/new/
https://reviews.llvm.org/D81376
More information about the llvm-commits
mailing list