[PATCH] D93252: [test] Simplify coro-inline.ll

Yifeng Dong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 04:39:58 PST 2020


dongAxis1944 added inline comments.


================
Comment at: llvm/test/Transforms/Coroutines/coro-inline.ll:27
 
-attributes #0 = { alwaysinline ssp uwtable "coroutine.presplit"="1" "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"="true" "stack-protector-buffer-size"="8" "target-cpu"="penryn" "target-features"="+cx16,+cx8,+fxsr,+mmx,+sahf,+sse,+sse2,+sse3,+sse4.1,+ssse3,+x87" "unsafe-fp-math"="false" "use-sample-profile" "use-soft-float"="false" }
+attributes #0 = { alwaysinline "coroutine.presplit"="1" }
 
----------------
if removing debug info, sample profile might not be found function(@ff) that should be inlined in SampleProfileLoader


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93252



More information about the llvm-commits mailing list