[all-commits] [llvm/llvm-project] 06ebe3: [NVPTX] Fix a typo that makes the output invalid PTX
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Dec 8 05:25:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06ebe3b2372fce68b6f47434d02b93239d27a0c4
https://github.com/llvm/llvm-project/commit/06ebe3b2372fce68b6f47434d02b93239d27a0c4
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/test/CodeGen/NVPTX/bf16x2-instructions.ll
Log Message:
-----------
[NVPTX] Fix a typo that makes the output invalid PTX
It's surprisingly tricky to trigger this as it's only used by abs/neg
which expand into and/xor in the integer domain.
More information about the All-commits
mailing list