[PATCH] D90044: [AArch64][SVE] Emit DWARF location expr for SVE (dbg.declare)

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 09:27:50 PST 2020


sdesmalen added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/debug-info-sve-dbg-declare.mir:80
+
+  attributes #0 = { noinline nounwind optnone "disable-tail-calls"="false" "frame-pointer"="non-leaf" "less-precise-fpmad"="false" "min-legal-vector-width"="128" "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"="generic" "target-features"="+neon,+sve" "unsafe-fp-math"="false" "use-soft-float"="false" }
+  attributes #1 = { nounwind readnone speculatable willreturn }
----------------
Before someone comments on this, yes, I just realised this patch should also remove the attributes :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90044



More information about the llvm-commits mailing list