[PATCH] D83744: [Attributor] Attributor call site specific AAValueConstantRange

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 19:09:21 PDT 2020


uenoku added inline comments.


================
Comment at: llvm/test/Transforms/Attributor/cb_range.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes
+; RUN: opt -S -aa-pipeline=basic-aa -passes=attributor --attributor-enable-call-site-specific=true | FileCheck %s -check-prefix=CHECK
+
----------------
Could you run for the case of --attributor-enable-call-site-specific=false as a comparison?


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

https://reviews.llvm.org/D83744





More information about the llvm-commits mailing list