diff options
author | zhijian lin <zhijian@ca.ibm.com> | 2025-04-17 09:23:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-17 09:23:14 -0400 |
commit | 3dfdb4dad5da316a9de88828e9feebca99ba7ae4 (patch) | |
tree | 4e25a36cb1e8db06b6c6f9766754ecec2a867eb0 /clang/lib/Frontend/TestModuleFileExtension.cpp | |
parent | 40417915a161e87b398f1cc3e9b7c159207abd77 (diff) | |
download | llvm-3dfdb4dad5da316a9de88828e9feebca99ba7ae4.zip llvm-3dfdb4dad5da316a9de88828e9feebca99ba7ae4.tar.gz llvm-3dfdb4dad5da316a9de88828e9feebca99ba7ae4.tar.bz2 |
[SelectionDAG] Propagate poison in getNode with two operands if the input is poison. (#135387)
Propagation to poison in function `SDValue
SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT,SDValue
N1, SDValue N2, const SDNodeFlags Flags) ` if one of the input is
poison.
The patch also revert the test cases
llvm/test/CodeGen/X86/pr119158.ll
llvm/test/CodeGen/X86/half.ll
which are mentioned in
https://github.com/llvm/llvm-project/pull/125883#discussion_r2021390919
---------
Co-authored-by: Amy Kwan <amy.kwan1@ibm.com>
Diffstat (limited to 'clang/lib/Frontend/TestModuleFileExtension.cpp')
0 files changed, 0 insertions, 0 deletions