[PATCH] D38851: [Hexagon] New HVX target features.
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 12 09:55:24 PDT 2017
kparzysz accepted this revision.
kparzysz added a comment.
This revision is now accepted and ready to land.
LGTM with a comment.
================
Comment at: test/tools/llvm-objdump/Hexagon/source-interleave-hexagon.ll:37
-attributes #0 = { nounwind "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" "stack-protector-buffer-size"="8" "target-cpu"="hexagonv60" "target-features"="-hvx,-hvx-double" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #0 = { nounwind "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" "stack-protector-buffer-size"="8" "target-cpu"="hexagonv60" "target-features"="-hvx,-hvx-length128b" "unsafe-fp-math"="false" "use-soft-float"="false" }
attributes #1 = { nounwind readnone }
----------------
Could you replace all occurrences of `-hvx-length128b` with `+hvx-length64b`?
Repository:
rL LLVM
https://reviews.llvm.org/D38851
More information about the llvm-commits
mailing list