[all-commits] [llvm/llvm-project] 603093: [NVPTX] Fix bug in sign of bfe folding (#130862)
Alex MacLean via All-commits
all-commits at lists.llvm.org
Wed Mar 12 10:20:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6030936ec82a5eb6f4cf7a60f00a8fcc4b6b16cd
https://github.com/llvm/llvm-project/commit/6030936ec82a5eb6f4cf7a60f00a8fcc4b6b16cd
Author: Alex MacLean <amaclean at nvidia.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
M llvm/test/CodeGen/NVPTX/bfe.ll
Log Message:
-----------
[NVPTX] Fix bug in sign of bfe folding (#130862)
This change fixes an edge case where the unsigned variant of bfe was
incorrectly used instead of the signed variant.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list