[all-commits] [llvm/llvm-project] 9dfd7f: [SDAG] reduce code duplication for extend_vec_inre...
RotateRight via All-commits
all-commits at lists.llvm.org
Fri May 14 05:33:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9dfd7f9b6775fb6d5e51285ae211b6a77b747d98
https://github.com/llvm/llvm-project/commit/9dfd7f9b6775fb6d5e51285ae211b6a77b747d98
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[SDAG] reduce code duplication for extend_vec_inreg combines; NFC
These are identical so far, and I was looking at adding a fold
for a pattern with scalar_to_vector which would also nd up duplicated.
More information about the All-commits
mailing list