[all-commits] [llvm/llvm-project] f133b8: [AArch64] validateTargetOperandClass - early out f...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Apr 9 02:08:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f133b817a25f5ce27fc4bebf20efb59f18f3fb33
https://github.com/llvm/llvm-project/commit/f133b817a25f5ce27fc4bebf20efb59f18f3fb33
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-04-09 (Sat, 09 Apr 2022)
Changed paths:
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Log Message:
-----------
[AArch64] validateTargetOperandClass - early out from MCK_MPR case. NFCI.
If it didn't match a za register, there's nothing we can do.
Fixes static analyzer uninitialized variable warning.
More information about the All-commits
mailing list