[PATCH] D95257: [RGT][GlobalISel] Add missing setUp() calls to legalizer unittests

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 13:14:41 PST 2021


probinson added inline comments.


================
Comment at: llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp:644-645
 TEST_F(AArch64GISelMITest, FewerElementsAnd) {
+  // FIXME: Enabling this test fails.
+  // setUp();
   if (!TM)
----------------
arsenm wrote:
> It would be better to just update the checks for whatever is produced
I can try, but no promises the result will be meaningful and appropriate.  This is totally not my area.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95257/new/

https://reviews.llvm.org/D95257



More information about the llvm-commits mailing list