User Details
User Details
- User Since
- Jun 5 2018, 9:51 PM (136 w, 6 d)
Jul 5 2018
Jul 5 2018
ovmold added a comment to D48354: [LoopIdiomRecognize] Support for loops that use LSHR instruction added..
Who can commit my changes? I have no rights to commit myself.
Jun 25 2018
Jun 25 2018
ovmold updated the diff for D48354: [LoopIdiomRecognize] Support for loops that use LSHR instruction added..
Can you add
else llvm_unreachable("Unexpected opcode!);It should only be of the two shift opcodes and if for some reason that fails we should error. It also make the code behavior more obvious.
Jun 23 2018
Jun 23 2018
ovmold updated the diff for D48354: [LoopIdiomRecognize] Support for loops that use LSHR instruction added..
- Would you mind re-upping this with full context?
ovmold updated the diff for D48354: [LoopIdiomRecognize] Support for loops that use LSHR instruction added..
One more attempt: two commits are combined in one patch file.
Jun 22 2018
Jun 22 2018
ovmold updated the diff for D48354: [LoopIdiomRecognize] Support for loops that use LSHR instruction added..
Changes in code formatting and test cases according to the reviewer's comments.
Jun 20 2018
Jun 20 2018
ovmold changed the repository for D48354: [LoopIdiomRecognize] Support for loops that use LSHR instruction added. from rC Clang to rL LLVM.