bolt/deps/llvm-18.1.8/llvm/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll
2025-02-14 19:21:04 +01:00

13 lines
428 B
LLVM

; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes
; RUN: opt < %s -passes=inline,argpromotion -disable-output
define internal fastcc i32 @hash(ptr %ts, i32 %mod) nounwind {
entry:
unreachable
}
define void @encode(ptr %m, ptr %ts, ptr %new) nounwind {
entry:
%0 = call fastcc i32 @hash( ptr %ts, i32 0 ) nounwind ; <i32> [#uses=0]
unreachable
}