[PATCH] D156865: [tests] precommit tests for D156845

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 21:30:08 PDT 2023


StephenFan added inline comments.


================
Comment at: llvm/test/Transforms/SCCP/and-add-shl.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt < %s -passes=ipsccp -S | FileCheck %s
+
----------------
Can we replace `ipsccp` with `sccp`? These tests don't touch IPO, right? 


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

https://reviews.llvm.org/D156865



More information about the llvm-commits mailing list