[all-commits] [llvm/llvm-project] 1d1110: [AMDGPU] Fix windows build warning with IMMBitSelC...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Feb 3 12:03:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d111090ad0c2c022c67ef26e25949669c28a0c7
https://github.com/llvm/llvm-project/commit/1d111090ad0c2c022c67ef26e25949669c28a0c7
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstructions.td
Log Message:
-----------
[AMDGPU] Fix windows build warning with IMMBitSelConst. NFC.
VS gives this warning for an integer constant:
AMDGPUGenDAGISel.inc(214687): warning C4334: '<<': result of 32-bit
shift implicitly converted to 64 bits (was 64-bit shift intended?)
More information about the All-commits
mailing list