[PATCH] D113798: Add loop unrolling and peeling preferences for RISCV
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 12 13:05:08 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/unroll.ll:169
+
+attributes #0 = { nofree norecurse nosync nounwind "approx-func-fp-math"="true" "frame-pointer"="none" "min-legal-vector-width"="0" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "no-signed-zeros-fp-math"="true" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-features"="+64bit,+a,+c,+d,+experimental-v,+experimental-zba,+experimental-zbb,+experimental-zfh,+experimental-zvamo,+experimental-zvlsseg,+f,+m,+relax,-save-restore" "unsafe-fp-math"="true" }
+
----------------
I doubt we need all these attributes and metadata
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113798/new/
https://reviews.llvm.org/D113798
More information about the llvm-commits
mailing list