[PATCH] D124455: [X86] Check the address in machine verifier

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 18:42:37 PDT 2022


pengfei added inline comments.


================
Comment at: llvm/test/CodeGen/MIR/X86/machine-verifier-address.mir:1
+# RUN: not --crash llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
+# This test ensures that the address is checked in machine verifier.
----------------
I'm curious why we can verify it without option `-verify-machineinstrs`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124455



More information about the llvm-commits mailing list