Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/CodeGen/AArch64/bti-branch-relaxation.ll
Show First 20 Lines • Show All 55 Lines • ▼ Show 20 Lines | |||||
declare dso_local void @g2(...) local_unnamed_addr #0 | declare dso_local void @g2(...) local_unnamed_addr #0 | ||||
declare dso_local void @g3(...) local_unnamed_addr #0 | declare dso_local void @g3(...) local_unnamed_addr #0 | ||||
declare dso_local void @e(...) local_unnamed_addr #0 | declare dso_local void @e(...) local_unnamed_addr #0 | ||||
declare dso_local i64 @llvm.aarch64.space(i32, i64) local_unnamed_addr #0 | declare dso_local i64 @llvm.aarch64.space(i32, i64) local_unnamed_addr #0 | ||||
attributes #0 = { nounwind "branch-target-enforcement" "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="generic" "target-features"="+neon,+v8.5a" "unsafe-fp-math"="false" "use-soft-float"="false" } | attributes #0 = { nounwind "branch-target-enforcement"="true" "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "frame-pointer"="all" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="generic" "target-features"="+neon,+v8.5a" "unsafe-fp-math"="false" "use-soft-float"="false" } |