-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-performanceIssue relates to performance or code sizeIssue relates to performance or code size
Description
These operations are quite common when dealing with UI / graphics and right now we don't provide good lowering for them.
I have even noticed that we don't always properly propagate return type even when inputs are known to be integers.
On ARM for example we could use saturating instructions when clamping to ranges with power-of-2 based bounaries.
mnordine, maks, filiph and gnprice
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-performanceIssue relates to performance or code sizeIssue relates to performance or code size