[all-commits] [llvm/llvm-project] 3bd112: Update fuzzing test to comply with new optimisation.

Mitch Phillips via All-commits all-commits at lists.llvm.org
Fri May 20 11:01:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bd112c720dc614a59e3f34ebf9b45075037bfa0
      https://github.com/llvm/llvm-project/commit/3bd112c720dc614a59e3f34ebf9b45075037bfa0
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2022-05-20 (Fri, 20 May 2022)

  Changed paths:
    M compiler-rt/test/fuzzer/merge_two_step.test

  Log Message:
  -----------
  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.




More information about the All-commits mailing list