Commit c79fbcd
committed
[Hexagon] Silence warnings with MSVC
Fixes:
```
[3400/4469] Building CXX object lib\Target\Hexagon\CMakeFiles\LLVMHexagonCodeGen.dir\HexagonVectorCombine.cpp.obj
C:\git\llvm-project\llvm\lib\Target\Hexagon\HexagonVectorCombine.cpp(2698): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
C:\git\llvm-project\llvm\lib\Target\Hexagon\HexagonVectorCombine.cpp(2724): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
```1 parent 92e343e commit c79fbcd
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2695 | 2695 | | |
2696 | 2696 | | |
2697 | 2697 | | |
2698 | | - | |
| 2698 | + | |
| 2699 | + | |
2699 | 2700 | | |
2700 | 2701 | | |
2701 | 2702 | | |
| |||
2721 | 2722 | | |
2722 | 2723 | | |
2723 | 2724 | | |
2724 | | - | |
| 2725 | + | |
2725 | 2726 | | |
2726 | 2727 | | |
2727 | 2728 | | |
| |||
0 commit comments