[PATCH] D156865: [tests] precommit tests for D156845
Allen zhong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 19:02:18 PDT 2023
Allen marked an inline comment as done.
Allen 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
----------------
arsenm wrote:
> 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
Apply your comment, thanks
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156865/new/
https://reviews.llvm.org/D156865
More information about the llvm-commits
mailing list