[PATCH] D43028: Add DBG_VALUE support to the linear DAG scheduler

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 09:16:32 PST 2018


aprantl added inline comments.


================
Comment at: test/CodeGen/Generic/linear-dbg-value.ll:45
+
+attributes #0 = { nounwind readonly uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "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"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #1 = { nounwind readnone }
----------------
please remove all non-essential attributes. (everything in quotes)


Repository:
  rL LLVM

https://reviews.llvm.org/D43028





More information about the llvm-commits mailing list