[all-commits] [llvm/llvm-project] 2a1a2f: [CostModel][X86] Add fully aligned load/store tests
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Apr 16 02:39:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a1a2f5733b03fc46d40d08d22ec97ded5fdac6e
https://github.com/llvm/llvm-project/commit/2a1a2f5733b03fc46d40d08d22ec97ded5fdac6e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M llvm/test/Analysis/CostModel/X86/load_store.ll
Log Message:
-----------
[CostModel][X86] Add fully aligned load/store tests
As noted on D100099, if these illegal vector types are suitably aligned they should be much cheaper to load (but probably not store).
More information about the All-commits
mailing list