[PATCH] D158681: [FunctionPropertiesAnalysis] Add CFG and call properties

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 14:33:49 PDT 2023


jdoerfert accepted this revision.
jdoerfert added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/Analysis/FunctionPropertiesAnalysis/matmul.ll:223
+; DETAILED-PROPERTIES-DAG: CallWithManyArgumentsCount: 0
+; DETAILED-PROPERTIES-DAG: CallWithPointerArgumentCount: 0
 
----------------
add the missing check lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158681



More information about the llvm-commits mailing list