[PATCH] D138525: llvm-reduce: Reduce ifuncs
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 20:03:13 PST 2022
aeubanks added inline comments.
================
Comment at: llvm/test/tools/llvm-reduce/remove-ifunc.ll:62
+define i32 @fn5(double %arg) {
+ %call = call i32 bitcast (float(i64)* @ifunc6 to float(i64)*)(double %arg)
+ ret i32 %call
----------------
mixing `ptr` and `*` will just end up using opaque pointers everywhere, so this part is pointless
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138525/new/
https://reviews.llvm.org/D138525
More information about the llvm-commits
mailing list