[PATCH] D82820: [InstCombine] Fix mismatched attribute lists for combined calls

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 12:51:16 PDT 2020


efriedma added a comment.

If a libcall requires some ABI-changing attribute, presumably we'd make emitBinaryFloatFnCall take care of it, or something like that.  I don't think float libcalls currently require ABI attributes on any target, but if they did, there isn't any reason to expect the attributes to be related.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82820





More information about the llvm-commits mailing list