Update fuzzing test to comply with new optimisation.
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Fri, 20 May 2022 17:59:29 +0000 (10:59 -0700)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Fri, 20 May 2022 18:01:31 +0000 (11:01 -0700)
commit3bd112c720dc614a59e3f34ebf9b45075037bfa0
treecf9517f478a5675e5cd0e269c854ea3a50f49923
parent54e3bf5f37d67441dafbc66838a54a385293a2e1
Update fuzzing test to comply with new optimisation.

https://reviews.llvm.org/D125933 improved some of LLVM's handling of
binary ORs, which meant we have one less conditional branch, because the
'if (Size > 5 && Data[5] == 'R')' and 'if (bits == 63)' branches are now
correctly folded.
compiler-rt/test/fuzzer/merge_two_step.test