[all-commits] [llvm/llvm-project] a418be: [X86] combineLoad - extract target constants at th...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Dec 17 05:45:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a418be96de7872f6058207c695ef4698cb1dbb93
https://github.com/llvm/llvm-project/commit/a418be96de7872f6058207c695ef4698cb1dbb93
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-12-17 (Sun, 17 Dec 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineLoad - extract target constants at the minimum scalar element width.
No need to extract at the byte level, and will make it easier to reconstruct constants in a future patch.
More information about the All-commits
mailing list