[PATCH] D139163: Utils: Add utility pass to lower ifuncs
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 19:37:10 PST 2022
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/LowerIFunc/ifunc-constantexpr.ll:3
+; RUN: not opt -S -passes=lower-ifunc < %s 2>&1 | FileCheck %s
+; CHECK: IFunc must have a Function resolver
+
----------------
aeubanks wrote:
> this is a verifier test? and should already be in tree as one
Leftover from before my verifier patch to reject this
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139163/new/
https://reviews.llvm.org/D139163
More information about the llvm-commits
mailing list