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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 07:41:34 PDT 2022


fhahn added inline comments.


================
Comment at: llvm/test/CodeGen/MIR/X86/machine-verifier-address.mir:8
+  
+  define void @baz(ptr %arg, <4 x i1> %arg1) #0 {
+  bb:
----------------
Is the IR here needed? From a quick glance, the only references in the MIR are the basic block names `bb` and `bb2`, but those can be removed I think.


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