-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[NVPTX] Improve lowering of v2i16 logical ops. (#67073)"
This reverts commit 6485790. Caused xla/tests:float8_test_gpu to fail ``` LLVM ERROR: Cannot select: t118: v2i16 = or t375, t401 t375: v2i16 = BUILD_VECTOR t374, t372 t374: i16 = select t247, Constant:i16<8960>, t360 t247: i1 = setcc t199, Constant:i16<7>, seteq:ch t199: i16 = extract_vector_elt t187, Constant:i64<0> t187: v2i16 = and t183, t410 t183: v2i16 = BUILD_VECTOR t383, t384 ... ``` Acked by author to revert
- Loading branch information
Showing
3 changed files
with
4 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters