- Take the same principle as the conversion from f64 to i64 with extra necessary pre- and post-processing. It helps to reduce that conversion sequence by half compared to legacy one.
Details
Details
- Reviewers
arsenm rampitec foad - Commits
- rG940efa4f6981: [amdgpu] Improve the from f32 to i64.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp | ||
---|---|---|
2614 | I need to verify that through the OCL compliance test. Even though out-of-range conversion has undefined behavior, I need to double-check that. |
clang-tidy: warning: invalid case style for function 'LowerFP3264_TO_INT' [readability-identifier-naming]
not useful