summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/computeNumSignBits-mul.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Update autogenerated checksJay Foad2019-12-171-3/+5
|
* [amdgpu] Fix known bits compuation on `MUL_I24`/`MUL_U24`.Michael Liao2019-11-011-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 MULMatt Arsenault2019-08-271-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 mulMatt Arsenault2019-08-271-0/+168
llvm-svn: 370098
OpenPOWER on IntegriCloud