[PATCH] D79865: [AArch64] Don't promote constants with float ConstantExpr.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 08:05:30 PDT 2020
fhahn created this revision.
fhahn added reviewers: dmgreen, t.p.northover, arsenm, efriedma, Gerolf.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls, wdng.
Herald added a project: LLVM.
Currently the AsmPrinter cannot emit some floating point constant
expressions in global initializers. Avoid generating them.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79865
Files:
llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
llvm/test/CodeGen/AArch64/arm64-promote-const-complex-initializers.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79865.263721.patch
Type: text/x-patch
Size: 5204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/2dd0229f/attachment-0001.bin>
More information about the llvm-commits
mailing list