[PATCH] D110026: [Verifier] Verify scoped noalias metadata
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 20 00:17:06 PDT 2021
jeroen.dobbelaere accepted this revision.
jeroen.dobbelaere added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/IR/Verifier.cpp:4350
+ unsigned NumOps = MD->getNumOperands();
+ Assert(NumOps >= 2 && NumOps <= 3,
+ "scope must have two or three operands", MD);
----------------
Did you run clang-format ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110026/new/
https://reviews.llvm.org/D110026
More information about the llvm-commits
mailing list