[PATCH] D147596: Add baseline tests for D147597
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 13:59:40 PDT 2023
nikic added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/icmp.ll:5127
+ ret <2 x i1> %cmp
+}
----------------
It's usually enough to have just one multi-use test, no need to add multi-use variants of all tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147596/new/
https://reviews.llvm.org/D147596
More information about the llvm-commits
mailing list