[all-commits] [llvm/llvm-project] e6a0b9: [AArch64][GlobalISel] Remove unused variable 'v2s8...
Jie Fu via All-commits
all-commits at lists.llvm.org
Sun Jul 23 20:34:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6a0b9439bd786d7dbb9e5783a3a98cc33201d99
https://github.com/llvm/llvm-project/commit/e6a0b9439bd786d7dbb9e5783a3a98cc33201d99
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
Log Message:
-----------
[AArch64][GlobalISel] Remove unused variable 'v2s8' in AArch64LegalizerInfo.cpp (NFC)
/Users/jiefu/llvm-project/llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp:53:13: error: unused variable 'v2s8' [-Werror,-Wunused-variable]
const LLT v2s8 = LLT::fixed_vector(2, 8);
^
1 error generated.
More information about the All-commits
mailing list