[PATCH] D113739: [X86][ABI] Change the alignment of f80 in 32-bit calling conversion to meet with different data layout

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 12 05:16:32 PST 2021


pengfei added a comment.

> Should we be testing more target triples? I'm not clear how much variety there is on 32-bit targets.

I think it's enough. Currently we only have darwin that has different f80 alignment on 32-bit:
https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/X86/X86TargetMachine.cpp#L130


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113739



More information about the llvm-commits mailing list