[PATCH] D66150: GlobalISel: Don't create G_UADDE with constant false carry in

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 14:54:46 PDT 2019


paquette added inline comments.


================
Comment at: test/CodeGen/X86/GlobalISel/legalize-add.mir:2
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
-# RUN: llc -O0 -mtriple=x86_64-linux-gnu -run-pass=legalizer %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=X64
-# RUN: llc -O0 -mtriple=i386-linux-gnu   -run-pass=legalizer %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=X32
+# RUN: llc -O0 -mtriple=x86_64-linux-gnu -run-pass=legalizer -global-isel-abort=2 %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=X64
+# RUN: llc -O0 -mtriple=i386-linux-gnu   -run-pass=legalizer -global-isel-abort=2 %s -o - | FileCheck %s --check-prefix=ALL --check-prefix=X32
----------------
I think it would make sense to use fallback remarks to check for the specific fallback here.


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

https://reviews.llvm.org/D66150





More information about the llvm-commits mailing list