[all-commits] [llvm/llvm-project] e88eb6: [Hexagon] Fix buildVector32 for v4i8 constants
Tasmia Rahman via All-commits
all-commits at lists.llvm.org
Tue Jan 4 11:24:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e88eb6443fe08e36f64bc5c795f80d4fe204ab83
https://github.com/llvm/llvm-project/commit/e88eb6443fe08e36f64bc5c795f80d4fe204ab83
Author: Tasmia Rahman <trahman at quicinc.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
A llvm/test/CodeGen/Hexagon/generate-const-buildvector32.ll
Log Message:
-----------
[Hexagon] Fix buildVector32 for v4i8 constants
The code for constructing a 32-bit constant from 4 8-bit constants has
a typo and uses one of the constants twice
More information about the All-commits
mailing list