[all-commits] [llvm/llvm-project] 80760e: [FuzzMutate] InstModificationStrategy, add FastMat...

Peter Rong via All-commits all-commits at lists.llvm.org
Mon Dec 12 15:22:28 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80760e91746ec44b49fcfea4c44bf768b845c64d
      https://github.com/llvm/llvm-project/commit/80760e91746ec44b49fcfea4c44bf768b845c64d
  Author: Peter Rong <PeterRong96 at gmail.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M llvm/lib/FuzzMutate/IRMutator.cpp
    M llvm/unittests/FuzzMutate/StrategiesTest.cpp

  Log Message:
  -----------
  [FuzzMutate] InstModificationStrategy, add FastMath flags and exact flags to instructions.

I think there are more attributes, flags we can add to `call`, functions declarations and global variables. Let's start with these two flags.

Reviewed By: arsenm

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




More information about the All-commits mailing list