[all-commits] [llvm/llvm-project] 432eda: Remove dead assignments
MartinWehking via All-commits
all-commits at lists.llvm.org
Thu Aug 24 04:32:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 432eda5cc5f7cef34a20bea6b1b6b49ef2ba8226
https://github.com/llvm/llvm-project/commit/432eda5cc5f7cef34a20bea6b1b6b49ef2ba8226
Author: Martin <martin.wehking at codeplay.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
Log Message:
-----------
Remove dead assignments
Dst is never used after creating the type making
these assignments dead
Reviewed by: arsenm
Differential Revision: https://reviews.llvm.org/D158610
More information about the All-commits
mailing list