[PATCH] D53740: [globalisel][irtranslator] Verify that DILocations aren't lost in translation

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 16:48:04 PDT 2018


vsk added a comment.

The verifier bits look great, I'll let someone else comment on the functionality changes. Thanks!



================
Comment at: test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll:33
+attributes #0 = { noinline norecurse nounwind optnone "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "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" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #1 = { nounwind readnone speculatable }
+
----------------
It's probably safe to prune all of these out.


Repository:
  rL LLVM

https://reviews.llvm.org/D53740





More information about the llvm-commits mailing list