fp32/64 <> signed/unsigned i32/64 conversion isel patterns and tests
(This patch depends on fsub implemented by https://reviews.llvm.org/D73540 )
Paths
| Differential D73544
[VE] Isel patterns for fp32/64 and i32/64 conversion ClosedPublic Authored by simoll on Jan 28 2020, 4:39 AM.
Details Summary fp32/64 <> signed/unsigned i32/64 conversion isel patterns and tests (This patch depends on fsub implemented by https://reviews.llvm.org/D73540 )
Diff Detail
Event TimelineComment Actions Unit tests: unknown. clang-tidy: unknown. clang-format: unknown. Build artifacts: diff.json, console-log.txt Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project. This revision is now accepted and ready to land.Jan 28 2020, 7:59 AM Closed by commit rG6b587ee23c62: [VE] Isel patterns for fp32/64 and i32/64 conversion (authored by kaz7, committed by simoll). · Explain WhyJan 29 2020, 5:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 241121 llvm/lib/Target/VE/VEISelLowering.cpp
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/CodeGen/VE/bitcast.ll
llvm/test/CodeGen/VE/cast.ll
llvm/test/CodeGen/VE/fp_to_int.ll
llvm/test/CodeGen/VE/int_to_fp.ll
|