[all-commits] [llvm/llvm-project] f776e0: [AArch64][Win] Work around an MSVC arm64 compiler ...
Hiroshi Yamauchi via All-commits
all-commits at lists.llvm.org
Mon Oct 2 10:00:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f776e0b6df611d973db1778256dfcd1dc37128c5
https://github.com/llvm/llvm-project/commit/f776e0b6df611d973db1778256dfcd1dc37128c5
Author: Hiroshi Yamauchi <56735936+hjyamauchi at users.noreply.github.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
Log Message:
-----------
[AArch64][Win] Work around an MSVC arm64 compiler bug (#67865)
The MSVC compiler 19.37 for ARM64 from Visual Studio 17.7.4 has an
optimization bug that causes an incorrect behavior with
isAdvSIMDModImmType10() and causes the test
test/CodeGen/AArch64/arm64-build-vector.ll to fail. Work around by using
a slightly different variation.
More information about the All-commits
mailing list