[PATCH] D129915: [InstCombine] Tighten up known library function signature tests (PR #56463)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 13:38:36 PDT 2022


nikic added inline comments.


================
Comment at: llvm/test/Transforms/InferFunctionAttrs/annotate.ll:318
+; CHECK: declare noundef i32 @chmod(i8* nocapture noundef readonly, i32 noundef zeroext) [[NOFREE_NOUNWIND]]
+declare i32 @chmod(i8*, i32 zeroext)
 
----------------
It looks like mode_t is actually 16 bits on Darwin. Though I see you already use IntX, so that should still work fine. This test update is probably not needed?


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

https://reviews.llvm.org/D129915



More information about the llvm-commits mailing list