[all-commits] [llvm/llvm-project] 6a28fa: [X86] Add test coverage for shuffle with freeze
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Oct 22 12:18:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a28fa35302cf58e26c943b0a27e18782523abf2
https://github.com/llvm/llvm-project/commit/6a28fa35302cf58e26c943b0a27e18782523abf2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M llvm/test/CodeGen/X86/freeze-vector.ll
Log Message:
-----------
[X86] Add test coverage for shuffle with freeze
Commit: b24a9f0cef88760ae9383d445541b513bcc66018
https://github.com/llvm/llvm-project/commit/b24a9f0cef88760ae9383d445541b513bcc66018
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] visitFREEZE - pull out Operands array. NFCI.
Initial tidyup and it will make it easier to adjust additional Operands in a future patch.
Compare: https://github.com/llvm/llvm-project/compare/eff54060f4c4...b24a9f0cef88
More information about the All-commits
mailing list