[all-commits] [llvm/llvm-project] db4dc8: [X86] combineEXTRACT_SUBVECTOR - remove unnecessar...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jun 24 05:47:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db4dc88d06a501e11f147b693bfe420d8fc40e1f
https://github.com/llvm/llvm-project/commit/db4dc88d06a501e11f147b693bfe420d8fc40e1f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineEXTRACT_SUBVECTOR - remove unnecessary bitcast handling. (#145496)
We already aggressively fold extract_subvector(bitcast()) -> bitcast(extract_subvector())
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list