[PATCH] D60435: [AArch64][GlobalISel] Legalize vector G_ICMP

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 09:52:44 PDT 2019


aemerson marked an inline comment as done.
aemerson added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir:2
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
-# RUN: llc -O0 -march=aarch64 -run-pass=legalizer %s -o - | FileCheck %s
+# RUN: llc -O0 -march=aarch64 -run-pass=legalizer %s -o - -global-isel-abort=1 | FileCheck %s
 ---
----------------
paquette wrote:
> Why this change?
I think it's a leftover change from a previous version, I'll remove it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60435





More information about the llvm-commits mailing list