[all-commits] [llvm/llvm-project] e90d40: NaryReassociate: Remove redundant run lines
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Apr 6 23:08:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e90d40afaff3124408d79ae8ef96ae021ff4f8cf
https://github.com/llvm/llvm-project/commit/e90d40afaff3124408d79ae8ef96ae021ff4f8cf
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-07 (Mon, 07 Apr 2025)
Changed paths:
M llvm/test/Transforms/NaryReassociate/nary-add.ll
M llvm/test/Transforms/NaryReassociate/nary-mul.ll
M llvm/test/Transforms/NaryReassociate/nary-req.ll
M llvm/test/Transforms/NaryReassociate/nary-smax.ll
M llvm/test/Transforms/NaryReassociate/nary-smin.ll
M llvm/test/Transforms/NaryReassociate/nary-umax.ll
M llvm/test/Transforms/NaryReassociate/nary-umin.ll
M llvm/test/Transforms/NaryReassociate/pr24301.ll
Log Message:
-----------
NaryReassociate: Remove redundant run lines
These only differed in quoting the passes argument or not. There
is further redundancy in some of these tests, but they split the
invocation across multiple opt runs
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list