[PATCH] D79602: [SimplifyCFG] Remap rewritten debug intrinsic operands.

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 17:24:19 PDT 2020


vsk added reviewers: jmorse, Orlando, aprantl.
vsk added a subscriber: debug-info.
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

This looks correct to me. Please wait for another +1 before committing this.



================
Comment at: llvm/test/DebugInfo/simplify-cfg-preserve-dbg-values.ll:115
+attributes #3 = { inlinehint nounwind uwtable "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "min-legal-vector-width"="0" "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 #4 = { nounwind }
+
----------------
It's probably safe to strip all (or most) of these attributes out, as they're unlikely to affect the test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79602





More information about the llvm-commits mailing list