[all-commits] [llvm/llvm-project] 7b0372: Revert "[x86] try harder to scalarize a vector loa...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Fri Feb 4 04:55:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b03725097872fbd3369a7213c1d98b372aa2d78
https://github.com/llvm/llvm-project/commit/7b03725097872fbd3369a7213c1d98b372aa2d78
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll
M llvm/test/CodeGen/X86/avx512-cvt.ll
M llvm/test/CodeGen/X86/bitcast-vector-bool.ll
M llvm/test/CodeGen/X86/extractelement-load.ll
M llvm/test/CodeGen/X86/oddsubvector.ll
M llvm/test/CodeGen/X86/pr45378.ll
M llvm/test/CodeGen/X86/scalar_widen_div.ll
M llvm/test/CodeGen/X86/shrink_vmul.ll
M llvm/test/CodeGen/X86/vec_cast.ll
M llvm/test/CodeGen/X86/vec_int_to_fp.ll
Log Message:
-----------
Revert "[x86] try harder to scalarize a vector load with extracted integer op uses"
This reverts commit b4b97ec813a02585000f30ac7d532dda74e8bfda.
As discussed in post-commit feedback at:
https://reviews.llvm.org/D118376
...there's a stage 2 failure on a Mac running a clang-refactor tool test.
More information about the All-commits
mailing list