llvm-project/llvm/test/CodeGen
Wang, Pengfei c22dc71b12 [CodeGen][X86] Remove unused trivial check-prefixes from all CodeGen/X86 directory.
I had manually removed unused prefixes from CodeGen/X86 directory for more than 100 tests.
I checked the change history for each of them at the beginning, and then I mainly focused on the format since I found all of the unused prefixes were result from either insensible copy or residuum after functional update.
I think it's OK to remove the remaining X86 tests by script now. I wrote a rough script which works for me in most tests. I put it in llvm/utils temporarily for review and hope it may help other components owners.
The tests in this patch are all generated by the tool and checked by update tool for the autogenerated tests. I skimmed them and checked about 30 tests and didn't find any unexpected changes.

Reviewed By: mtrofin, MaskRay

Differential Revision: https://reviews.llvm.org/D91496
2020-11-16 09:45:55 +08:00
..
AArch64 [AArch64] Remove unused check prefixes. NFC 2020-11-14 18:30:17 +00:00
AMDGPU AMDGPU/GlobalISel: Regenerate some checks 2020-11-13 11:29:15 -05:00
ARC
ARM [ARM] Remove more unused check prefixes, NFC 2020-11-14 15:37:53 +00:00
AVR [AVR] Improve inline rotate/shift expansions 2020-10-31 23:15:49 +01:00
BPF [NewPM] Provide method to run all pipeline callbacks, used for -O0 2020-11-11 15:10:27 -08:00
Generic Revert "[AsmPrinter] fix -disable-debug-info option" 2020-11-13 13:46:13 +01:00
Hexagon [Hexagon] Handle additional shuffles that can be made perfect 2020-10-29 19:09:00 -05:00
Inputs
Lanai
MIR Revert "Revert "[AMDGPU] Reorganize GCN subtarget features for unaligned access"" 2020-11-11 14:40:14 +00:00
MSP430
Mips [MC][mips] Remove unused check prefixes. NFC 2020-11-13 14:31:13 +03:00
NVPTX [TargetLowering] Add i1 condition for bit comparison fold 2020-10-27 12:22:20 +00:00
PowerPC [PowerPC] Add paired vector load and store builtins and intrinsics 2020-11-13 12:35:10 -06:00
RISCV [RISCV] Add test cases for fsrw/fslw that don't sign extend the result. NFC 2020-11-13 23:31:16 -08:00
SPARC [Sparc] fp16-promote.ll - Refactor check prefixes + remove unused ones 2020-11-11 18:38:22 +00:00
SystemZ [SystemZ] Regenerate some fp tests + remove unused check prefixes 2020-11-11 18:38:22 +00:00
Thumb [ARM] Remove more unused check prefixes, NFC 2020-11-14 15:37:53 +00:00
Thumb2 [ARM] Remove more unused check prefixes, NFC 2020-11-14 15:37:53 +00:00
VE [VE] Add vst intrinsic instructions 2020-11-13 19:11:57 +09:00
WebAssembly [WebAssembly] Rename atomic.notify and *.atomic.wait 2020-11-13 12:04:48 -08:00
WinCFGuard Revert "Reland [CFGuard] Add address-taken IAT tables and delay-load support" 2020-11-11 16:03:33 +01:00
WinEH
X86 [CodeGen][X86] Remove unused trivial check-prefixes from all CodeGen/X86 directory. 2020-11-16 09:45:55 +08:00
XCore