[PATCH] D155222: [RISCV][AArch64][IRGen] Add scalable->fixed as a special case in CreateCoercedStore.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 17 08:35:15 PDT 2023


craig.topper added a comment.

I wonder if we should do something earlier `CodeGenFunction::EmitCall` before the call to CreateCoerecedStore and not go through memory at all?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155222



More information about the cfe-commits mailing list