bcain updated this revision to Diff 355234.
bcain added a comment.
Removed some unavailable instructions.
Added include order fix in hexagon_circ_brev
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104952/new/
https://reviews.llvm.org/D104952
File
bcain added a comment.
Should I clang format the headers? I prefer keeping the historical formatting
intact. But if the submission should conform then I suppose I'll just accept
the wrapped text suggested by clang-format.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
http
bcain updated this revision to Diff 354758.
bcain added a comment.
Add hexagon_types.h and additional test cases. Updated existing test case to
use types defined in hexagon_types.h.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104952/new/
https:
bcain added a comment.
It occurs to me now that some of these are not very useful in the absence of
`hexagon_types.h`. So I will add that one too and change the tests to use
those definitions instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/
bcain created this revision.
bcain added a reviewer: kparzysz.
Herald added a subscriber: mgorny.
bcain requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add definitions for Hexagon, Hexagon circular/bit-reverse and HVX
intrinsics.
Reposito