[PATCH] D153391: [SimplifyCFG] Add option to not speculate blocks
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 01:33:06 PDT 2023
nikic added inline comments.
================
Comment at: llvm/test/Transforms/SimplifyCFG/speculate-blocks.ll:79
+ ret i32 %phi6
+}
----------------
This test can be much simpler. You don't really need more than `if (c) { v = inst } phi(v, 0)` to test this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153391/new/
https://reviews.llvm.org/D153391
More information about the llvm-commits
mailing list