[all-commits] [llvm/llvm-project] c06ada: [FuzzMutate] introduce vector operations, select a...

Peter Rong via All-commits all-commits at lists.llvm.org
Fri Mar 31 17:48:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c06adaeba69de173f8eaa16f3449d7e0edaa897f
      https://github.com/llvm/llvm-project/commit/c06adaeba69de173f8eaa16f3449d7e0edaa897f
  Author: Peter Rong <PeterRong96 at gmail.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M llvm/include/llvm/FuzzMutate/OpDescriptor.h
    M llvm/include/llvm/FuzzMutate/Operations.h
    M llvm/lib/FuzzMutate/OpDescriptor.cpp
    M llvm/lib/FuzzMutate/Operations.cpp
    M llvm/unittests/FuzzMutate/OperationsTest.cpp
    M llvm/unittests/FuzzMutate/StrategiesTest.cpp

  Log Message:
  -----------
  [FuzzMutate] introduce vector operations, select and fneg into InstInjectorStrategy

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D139894




More information about the All-commits mailing list