[PATCH] D70794: [GlobalISel] Fix compiler crash lowering G_LOAD in AArch64.
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 17:35:49 PST 2019
qcolombet added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-trunc.mir:1
+# RUN: llc -march=aarch64 -run-pass=legalizer %s -o - -verify-machineinstrs | FileCheck %s
+---
----------------
Could you generate the checks using the `update_mir_test` thing?
Like @aemerson pointed out the checks look wrong and I am wondering if you found another bug, or just forgot to update the test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70794/new/
https://reviews.llvm.org/D70794
More information about the llvm-commits
mailing list