[all-commits] [llvm/llvm-project] 04dbb4: [LoopSimplifyCFG] Remove Extra Redirection From Test
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Oct 11 12:34:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04dbb44b9ec7c65c26a98dfc6fcf7a70dd306b0f
https://github.com/llvm/llvm-project/commit/04dbb44b9ec7c65c26a98dfc6fcf7a70dd306b0f
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-10-11 (Sat, 11 Oct 2025)
Changed paths:
M llvm/test/Transforms/LoopSimplifyCFG/pr117537.ll
Log Message:
-----------
[LoopSimplifyCFG] Remove Extra Redirection From Test
This test would redirect stderr into /dev/null for no reason. Update it
to better match the tests around it. This extra indirection also caused
the test to not play nicely with lit's internal shell with profcheck
enabled.
Related to #162966.
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