[PATCH] D112942: target ABI: improve call parameters extensions handling

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 10:10:41 PDT 2022


jonpa added a comment.
Herald added a project: All.

I ran this on SPEC (with -mllvm -verify-int-arg-exts), and believe I found two things that need to be fixed:

Argument promotion: https://github.com/llvm/llvm-project/issues/54530
InstCombine libcalls: https://github.com/llvm/llvm-project/issues/54532


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

https://reviews.llvm.org/D112942



More information about the llvm-commits mailing list