Skip to content

Commit 8f4bc64

Browse files
author
Thorsten Schütt
committed
add poison flag
1 parent 92ebfd8 commit 8f4bc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace llvm {
2828
class GenericMachineInstr : public MachineInstr {
2929
constexpr static unsigned PoisonFlags = NoUWrap | NoSWrap | NoUSWrap |
3030
IsExact | Disjoint | NonNeg |
31-
FmNoNans | FmNoInfs;
31+
FmNoNans | FmNoInfs | SameSign;
3232

3333
public:
3434
GenericMachineInstr() = delete;

0 commit comments

Comments
 (0)