We shouldn't really make assumptions about possible sizes for long and long long. And longer term we should probably support vectorizing these intrinsics. By making the result types not fixed we can support vectors as well.
Details
Details
- Reviewers
zatrazz efriedma SjoerdMeijer - Commits
- rZORGff9113adae29: [Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with…
rGff9113adae29: [Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with…
rGaf7a188453b0: [Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with…
rC361169: [Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with…
rL361169: [Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with…
Diff Detail
Diff Detail
- Repository
- rL LLVM