Weining Lu
|
709e4ad0d9
|
[LoongArch] Add codegen support for the bitwise binary operations and part of other operations
Reference:
https://llvm.org/docs/LangRef.html#bitwise-binary-operations
https://llvm.org/docs/LangRef.html#other-operations
The reason why other operations are implemented here is that some
bitwise binary operations depend on them. For example, on loongarch32,
`shl` over i64 data requires `select`.
Differential Revision: https://reviews.llvm.org/D127203
|
2022-06-20 09:54:38 +08:00 |