User Details
- User Since
- Jun 24 2020, 6:53 AM (30 w, 2 d)
Wed, Jan 20
Pushed; differential revision link accidentally had an extra https:// so it did not automatically close.
Mon, Jan 18
Loads Hi before Lo now; removed implicit cast.
Wed, Jan 13
Tue, Jan 12
Mon, Jan 4
Fixed a typo that prevented successful builds
Removed unecessary ternary
initialize as a form of undef instead
Addressed some comments for formatting and style
Dec 22 2020
Dec 17 2020
Dec 16 2020
Updated tests as per Amy and Lei's comments
Will take over patch from Kamau
Dec 7 2020
Dec 4 2020
Removed braces for single lines
Dec 3 2020
addressed a comment
Dec 2 2020
Replied to a comment
Addressed some formatting comments
Nov 16 2020
clang format
Clang-format
Nov 11 2020
Updated a test case
Nov 5 2020
Nov 4 2020
Updated a test file.
The unrelated change no longer shows as diff, thank you!
Addressed some formatting problems as well as corrected incorrect arguments for Hi case.
Oct 26 2020
Oct 16 2020
Oct 13 2020
Addressed Nemenja's concerns.
Use regex match to check for variable order in IR instead.
Sep 30 2020
Addressed comments and corrected incorrect behaviour on Power10
Sep 28 2020
Changed the location of fix and added extra test cases
Sep 23 2020
Committed with Nemanja's comments addressed in the commit. Hash d7eb917a7cb793f49e16841fc24826b988dd5c8f
Sep 22 2020
It looks like this commit is causing a few failures on nearly all PPC bots and a sanitizer bot; would it be possible to revert this commit for now until the issue is resolved?
Changed implementation for vrlqnm as per Nemanja
Sep 21 2020
lgtm
lgtm
Sep 20 2020
Open Coded instead
Sep 18 2020
Open coded VMODS/UQ instead.
Sep 17 2020
Added extra test case to demonstrate that the arguments will be reversed
Sep 16 2020
Sep 15 2020
LGTM
Looks like there's some unit test failures; could you double check?
Sep 14 2020
Sep 11 2020
Added --no-show-raw-insn and updated test case accordingly
Sep 9 2020
Sep 3 2020
Added back the test files that were accidentally removed in prev diff
Added an extra test case
Minor nit, okay if changed for commit
Sep 2 2020
Added test case for non-zero offset, added a few flags to the RUN lines and removed some unecessary comments.
Taking over for the patch
Aug 31 2020
Included extra test cases
Aug 28 2020
Aug 12 2020
Aug 10 2020
Aug 7 2020
Added shl tests, formatting fixes
Aug 6 2020
Aug 4 2020
Clang formatted relevant lines, combined LE and BE tests as they produced the same ASM.
Jul 31 2020
Jul 30 2020
Some updates on formatting and updated to match an updated test file.
Jul 29 2020
Replaced a forgotten test file.
Fixed formatting based on bot feedback.
Jul 27 2020
Recovered accidentally deleted test cases.
Included sext test case.
Jul 24 2020
Addressed formatting comments
Converted the impelmentation to an open coded implementation and updated the test cases as appropriate.
Jul 21 2020
Changed if def to use pwer10_vector
Jul 20 2020
Return signature fix, added recognition for ISD:EXTLOAD, some code clean up.
Fixed function names, test case clean up
Jul 16 2020
Jul 15 2020
Formatting fixes, fixed test case return type, updated builtins' signatures to correct signatures.
Jul 14 2020
Restored accidentally deleted pattern, removed duplicate tests, moved new tests to another pre-existing file instead.