[PATCH] D155618: [RISCV] Reduce alignment of vector constant pool entries

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 00:56:15 PDT 2023


craig.topper added a comment.

> Note: I'd originally tried to do something here which was more target independent, but I found that a) reducing alignment caused massive test diffs, and b) exposed what appeared to be a number of missing folds on x86. Thus the target specific hook approach taken here.

SSE arithmetic ops can only fold aligned loads. Is that what you were seeing?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155618/new/

https://reviews.llvm.org/D155618



More information about the llvm-commits mailing list