[PATCH] D115885: [SDAG] remove FP-to-int cast attribute check in fold to FTRUNC

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 19:09:09 PST 2021


pengfei added inline comments.


================
Comment at: llvm/test/CodeGen/X86/ftrunc.ll:605
 attributes #0 = { nounwind "no-signed-zeros-fp-math"="true" }
 attributes #1 = { nounwind "no-signed-zeros-fp-math"="true" "strict-float-cast-overflow"="false" }
----------------
So we can remove the attributes and all tests used it?


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

https://reviews.llvm.org/D115885



More information about the llvm-commits mailing list