[all-commits] [llvm/llvm-project] 931e66: [X86] Remove extract_subvector(subv_broadcast_load...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Dec 17 03:03:17 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 931e66bd899cbc10822fd80e7447eb3df0db1176
https://github.com/llvm/llvm-project/commit/931e66bd899cbc10822fd80e7447eb3df0db1176
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Remove extract_subvector(subv_broadcast_load()) fold.
This was needed in an earlier version of D92645, but isn't now - and I've just noticed that it was potentially flawed depending on the relevant widths of the broadcasted and extracted subvectors.
More information about the All-commits
mailing list