[all-commits] [llvm/llvm-project] 11cea7: [AArch64] NFC: Clarify and auto-generate some Code...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Mon Jan 24 09:43:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11cea7e5ce4d3f6a0d2fac016d503f99c52cdc96
https://github.com/llvm/llvm-project/commit/11cea7e5ce4d3f6a0d2fac016d503f99c52cdc96
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2022-01-24 (Mon, 24 Jan 2022)
Changed paths:
M llvm/test/CodeGen/AArch64/concat-vector.ll
M llvm/test/CodeGen/AArch64/ext-narrow-index.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-sve.ll
M llvm/test/CodeGen/AArch64/neon-stepvector.ll
M llvm/test/CodeGen/AArch64/shift_minsize.ll
M llvm/test/CodeGen/AArch64/sve-cmp-select.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-sdiv-pow2.ll
M llvm/test/CodeGen/AArch64/sve-punpklo-combine.ll
Log Message:
-----------
[AArch64] NFC: Clarify and auto-generate some CodeGen tests.
* For ext-narrow-index.ll, move vscale_range attribute closer to the
function definition, rather than through indirect #<num> attribute. This
makes the test a bit easier to read.
* auto-generated CHECK lines for sve-cmp-select.ll and
named-vector-shuffles-sve.ll.
* re-generated CHECK lines for tests that had a mention they were
auto-generated, but where the CHECK lines were out of date.
More information about the All-commits
mailing list