Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AMDGPU] Update autogenerated checks | Jay Foad | 2019-12-17 | 1 | -3/+5 |
| | |||||
* | [amdgpu] Fix known bits compuation on `MUL_I24`/`MUL_U24`. | Michael Liao | 2019-11-01 | 1 | -0/+11 |
| | | | | | | | | | | Reviewers: arsenm, rampitec Subscribers: kzhuravl, jvesely, wdng, nhaehnle, dstuttard, tpr, t-tye, hiraditya, llvm-commits, yaxunl Tags: #llvm Differential Revision: https://reviews.llvm.org/D69735 | ||||
* | DAG: computeNumSignBits for MUL | Matt Arsenault | 2019-08-27 | 1 | -14/+5 |
| | | | | | | | | | | Copied directly from the IR version. Most of the testcases I've added for this are somewhat problematic because they really end up testing the yet to be implemented version for MUL_I24/MUL_U24. llvm-svn: 370099 | ||||
* | AMDGPU: Add baseline test for num sign bits of mul | Matt Arsenault | 2019-08-27 | 1 | -0/+168 |
llvm-svn: 370098 |