llvm-project/llvm/test/CodeGen/X86/AMX
Roman Lebedev 0aef747b84
[NFC][X86][Codegen] Megacommit: mass-regenerate all check lines that were already autogenerated
The motivation is that the update script has at least two deviations
(`<...>@GOT`/`<...>@PLT`/ and not hiding pointer arithmetics) from
what pretty much all the checklines were generated with,
and most of the tests are still not updated, so each time one of the
non-up-to-date tests is updated to see the effect of the code change,
there is a lot of noise. Instead of having to deal with that each
time, let's just deal with everything at once.

This has been done via:
```
cd llvm-project/llvm/test/CodeGen/X86
grep -rl "; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py" | xargs -L1 <...>/llvm-project/llvm/utils/update_llc_test_checks.py --llc-binary <...>/llvm-project/build/bin/llc
```

Not all tests were regenerated, however.
2021-06-11 23:57:02 +03:00
..
amx-across-func.ll [CodeGen][regalloc] Don't align stack slots if the stack can't be realigned 2021-06-11 16:49:12 +01:00
amx-bf16-intrinsics.ll [X86] Fix tile config register spill issue. 2021-01-30 12:53:57 +08:00
amx-config.ll [X86][AMX] Refactor for PostRA ldtilecfg pass. 2021-04-14 10:08:23 +08:00
amx-configO0toO0.ll [X86] Support AMX fast register allocation 2021-05-08 14:21:11 +08:00
amx-configO2toO0-lower.ll [X86] Support AMX fast register allocation 2021-05-08 14:21:11 +08:00
amx-configO2toO0-precfg.ll [X86] Support AMX fast register allocation 2021-05-08 14:21:11 +08:00
amx-configO2toO0.ll [X86] Support AMX fast register allocation 2021-05-08 14:21:11 +08:00
amx-gemm.ll [X86][AMX] Fix a bug on tile config. 2021-05-26 21:57:49 +08:00
amx-int8-intrinsics.ll [NFC][X86][Codegen] Megacommit: mass-regenerate all check lines that were already autogenerated 2021-06-11 23:57:02 +03:00
amx-intrinsic-chain.ll [X86][AMX] Clear AMX lit test case. 2021-01-19 11:25:44 +08:00
amx-ldtilecfg-insert.ll [X86][AMX] Refactor for PostRA ldtilecfg pass. 2021-04-14 10:08:23 +08:00
amx-low-intrinsics-no-amx-bitcast.ll [X86] Support AMX fast register allocation 2021-05-08 14:21:11 +08:00
amx-low-intrinsics.ll [X86] Support AMX fast register allocation 2021-05-08 14:21:11 +08:00
amx-lower-tile-copy.ll [CodeGen][regalloc] Don't align stack slots if the stack can't be realigned 2021-06-11 16:49:12 +01:00
amx-sched.ll Reapply "[X86][AMX] Try to hoist AMX shapes' def" 2021-04-27 10:27:59 +08:00
amx-spill-merge.ll [CodeGen][regalloc] Don't align stack slots if the stack can't be realigned 2021-06-11 16:49:12 +01:00
amx-spill.ll [CodeGen][regalloc] Don't align stack slots if the stack can't be realigned 2021-06-11 16:49:12 +01:00
amx-tile-basic.ll [X86] Support __tile_stream_loadd intrinsic for new AMX interface 2021-06-11 17:28:43 +08:00
amx-tile-intrinsics.ll [NFC][X86][Codegen] Megacommit: mass-regenerate all check lines that were already autogenerated 2021-06-11 23:57:02 +03:00
amx-type.ll [X86][AMX] Add test cases for AMX load/store lowering. 2021-03-22 09:14:52 +08:00