[PATCH] D103992: [InstCombine / BuildLibCalls] Add parameter attributes from the prototype.

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 9 14:54:37 PDT 2021


aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.

I reverted that change and probably won't revisit it soon due to all these sorts of issues.
But this change looks good on its own



================
Comment at: llvm/test/Transforms/InstCombine/libcall-param-attrs.ll:2
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; REQUIRES: systemz-registered-target
+;
----------------
is this necessary?


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

https://reviews.llvm.org/D103992



More information about the llvm-commits mailing list