[PATCH] D46343: [CFLGraph] Fixed Select instruction handling

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 12:31:18 PDT 2018


xbolva00 added inline comments.


================
Comment at: test/Analysis/CFLAliasAnalysis/Andersen/select.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -disable-basicaa -cfl-anders-aa -aa-eval -print-all-alias-modref-info -disable-output 2>&1 | FileCheck %s
----------------
craig.topper wrote:
> The checks were definitely not generated by this script.
I ran the script but somehow failed to generate "CHECK" lines for me. I did  them myself manually ...


https://reviews.llvm.org/D46343





More information about the llvm-commits mailing list