[all-commits] [llvm/llvm-project] 913f08: [DAG] Add freeze(sign/zero_extend_vector_inreg(x))...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Oct 23 04:20:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 913f08b74c9ddb603658c5678ffc04d87cb64cf4
https://github.com/llvm/llvm-project/commit/913f08b74c9ddb603658c5678ffc04d87cb64cf4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-10-23 (Sun, 23 Oct 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/X86/freeze-vector.ll
Log Message:
-----------
[DAG] Add freeze(sign/zero_extend_vector_inreg(x)) -> sign/zero_extend_vector_inreg(freeze(x)) folding
More information about the All-commits
mailing list