1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/llvm-reduce
Langston Barrett 2ef169fe7d [llvm-reduce] Don't delete arguments of intrinsics
The argument reduction pass shouldn't remove arguments of
intrinsics, because the resulting module is ill-formed, and so
inherently uninteresting.

Reviewed By: aeubanks

Differential Revision: https://reviews.llvm.org/D103129
2021-06-21 12:43:58 -07:00
..
deltas [llvm-reduce] Don't delete arguments of intrinsics 2021-06-21 12:43:58 -07:00
CMakeLists.txt [llvm-reduce] Remove unwanted module inline asm 2021-04-06 09:35:37 -07:00
DeltaManager.cpp [llvm-reduce] Add flag to only run specific passes 2021-04-30 11:51:01 -07:00
DeltaManager.h [llvm-reduce] Add flag to only run specific passes 2021-04-30 11:51:01 -07:00
llvm-reduce.cpp [llvm-reduce] Exit when input module is malformed 2021-05-25 10:01:12 -07:00
TestRunner.cpp
TestRunner.h