diff options
author | Farzon Lotfi <farzonlotfi@microsoft.com> | 2025-06-04 21:28:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-04 21:28:43 -0400 |
commit | c1e0faecfc47cc078014f4d64214f90c492b7db8 (patch) | |
tree | 74cbb041a70fd6a7fa20ea28778337d2d3668772 /llvm/lib/Object/ELF.cpp | |
parent | 9cd53787df54d45f29d66fd8eff75a052456ac04 (diff) | |
download | llvm-c1e0faecfc47cc078014f4d64214f90c492b7db8.zip llvm-c1e0faecfc47cc078014f4d64214f90c492b7db8.tar.gz llvm-c1e0faecfc47cc078014f4d64214f90c492b7db8.tar.bz2 |
[DirectX] replace byte splitting via vector bitcast with scalar (#140167)
instructions
- instead of bitcasting and extract element lets use trunc or trunc and
logical shift right to split.
- fixes #139020
Diffstat (limited to 'llvm/lib/Object/ELF.cpp')
0 files changed, 0 insertions, 0 deletions