[PATCH] D103992: [InstCombine / BuildLibCalls] Add parameter attributes from the prototype.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 9 14:56:21 PDT 2021
rnk accepted this revision.
rnk added a comment.
+1
================
Comment at: llvm/test/Transforms/InstCombine/libcall-param-attrs.ll:2
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; REQUIRES: systemz-registered-target
+;
----------------
aeubanks wrote:
> is this necessary?
You should be able to pass `-mtriple` to make this test work.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103992/new/
https://reviews.llvm.org/D103992
More information about the llvm-commits
mailing list