summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/64bit_tstbit.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix pattern error for S2_tstbit_i instructionIkhlas Ajbar2019-10-301-0/+34
It used to generate S2_tstbit_i with constant -33 which resulted in an assert. The reason is log2_32 was called with 64bit value 0.
OpenPOWER on IntegriCloud