[all-commits] [llvm/llvm-project] e7f21d: [NFC][Codegen][X86] Tests w/ final optimized IR of...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Thu Dec 22 17:42:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7f21d750cc51f5a9610b7f13586b2b6907c6097
https://github.com/llvm/llvm-project/commit/e7f21d750cc51f5a9610b7f13586b2b6907c6097
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
A llvm/test/CodeGen/X86/widen-load-of-small-alloca.ll
Log Message:
-----------
[NFC][Codegen][X86] Tests w/ final optimized IR of SROA-with-variably-indexed-loads (D140493)
32-byte ones are for consistency only, we really only care about
up to 16-byte on 64-bit and maybe up to 8-byte on 32-bit.
In 16byte ones, we are still having some redundant vec<->scalar traffic.
https://reviews.llvm.org/D140493
More information about the All-commits
mailing list