Commit 3927b9ab authored by Luke Lau's avatar Luke Lau
Browse files

[VectorCombine] Add tests for unspeculatable VP binops. NFC

The current test cases to guard against speculative execution can actually be
safely speculated because the denominator is known to be not 0 or -1, and
isSafeToSpeculativelyExecuteWithOpcode will account for this. This adds some
more test cases and rejigs some existing ones to use an unknown variable
instead.
parent c9b7d21d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment