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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 14:54:55 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/test/Transforms/FunctionSpecialization/and-add-shl.ll:2
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
-; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+; RUN: opt < %s -passes=ipsccp -S | FileCheck %s
 
----------------
Seems like a strange move? I'd expect a new patch to only add a test to the relevant pass, not delete one from another


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

https://reviews.llvm.org/D156865



More information about the llvm-commits mailing list