[all-commits] [llvm/llvm-project] c96e21: [AMDGPU] Fix Windows build
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Fri Feb 12 12:35:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c96e214b9ca7739737cf257baf32ff819854027d
https://github.com/llvm/llvm-project/commit/c96e214b9ca7739737cf257baf32ff819854027d
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
Log Message:
-----------
[AMDGPU] Fix Windows build
A trivial fix, 64 bit constant is 1ull, not 1ul on Windows.
Fixed build broken by c0d7a8bc6241.
More information about the All-commits
mailing list