[all-commits] [llvm/llvm-project] 36864d: [AArch64] Fix minor issue introduced in D135950.
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Wed Oct 19 10:02:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36864d47d6b0e66afbae01fd6144b22816709bd3
https://github.com/llvm/llvm-project/commit/36864d47d6b0e66afbae01fd6144b22816709bd3
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2022-10-19 (Wed, 19 Oct 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
Log Message:
-----------
[AArch64] Fix minor issue introduced in D135950.
The Key for the SubtargetMap had the StreamingSVEModeDisabled in the
wrong place. This change is non-functional, since the string (key) is
still unique.
More information about the All-commits
mailing list