[all-commits] [llvm/llvm-project] 2fc7c8: [DAGCombiner] clean up merge of truncated stores; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Sat Aug 22 06:23:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2fc7c852018ab0d59101f98a29bab7050596a0f0
https://github.com/llvm/llvm-project/commit/2fc7c852018ab0d59101f98a29bab7050596a0f0
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-22 (Sat, 22 Aug 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAGCombiner] clean up merge of truncated stores; NFC
This code handles the special-case of i8 stores,
but it could be generalized to deal with other types.
More information about the All-commits
mailing list