[all-commits] [llvm/llvm-project] 752819: [AArch64][ARM] Remove load from dup and vmul tests...
David Green via All-commits
all-commits at lists.llvm.org
Tue Dec 20 07:23:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 752819e813d1de1e76b4b509ad6fbb97b52d2d03
https://github.com/llvm/llvm-project/commit/752819e813d1de1e76b4b509ad6fbb97b52d2d03
Author: David Green <david.green at arm.com>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M llvm/test/CodeGen/AArch64/arm64-dup.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/ARM/vdup.ll
Log Message:
-----------
[AArch64][ARM] Remove load from dup and vmul tests. NFC
These tests needn't use loads in their testing of dup and mul
instructions, and as the load changes the test may no longer test what
they are intending (as in D140069).
More information about the All-commits
mailing list