Add cast to/from fp128 patterns. Clean other cast patterns too.
Update a regression test by adding missing tests.
Details
Details
- Reviewers
simoll k-ishizaka - Commits
- rGfb2bb6fad4d4: [VE] Add cast to/from fp128 patterns
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/VE/cast.ll | ||
---|---|---|
152 | I guess folding the add.w.sx with the already sign-extending cvt.w.d.sx.rz above would be an optimization (custom DAG combine?). |
llvm/test/CodeGen/VE/cast.ll | ||
---|---|---|
152 | Yes. The latest internal develop branch has this issue also, though. Need to track theses issues too. |
I guess folding the add.w.sx with the already sign-extending cvt.w.d.sx.rz above would be an optimization (custom DAG combine?).