[PATCH] D124455: [X86] Check the address in machine verifier
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 09:28:18 PDT 2022
skan 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:
----------------
fhahn wrote:
> 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.
You're right! Done
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