[all-commits] [llvm/llvm-project] 648579: [NVPTX] Improve lowering of v2i16 logical ops. (#6...
Artem Belevich via All-commits
all-commits at lists.llvm.org
Fri Sep 22 13:05:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 648579006234b7608549cf708c07aac4d6283a1f
https://github.com/llvm/llvm-project/commit/648579006234b7608549cf708c07aac4d6283a1f
Author: Artem Belevich <tra at google.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/test/CodeGen/NVPTX/i16x2-instructions.ll
Log Message:
-----------
[NVPTX] Improve lowering of v2i16 logical ops. (#67073)
Bitwise logical ops can always be done as b32, regardless of
availability of other v2i16 ops, that would need a new GPU.
More information about the All-commits
mailing list