We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ebfd8 commit 8f4bc64Copy full SHA for 8f4bc64
llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
@@ -28,7 +28,7 @@ namespace llvm {
28
class GenericMachineInstr : public MachineInstr {
29
constexpr static unsigned PoisonFlags = NoUWrap | NoSWrap | NoUSWrap |
30
IsExact | Disjoint | NonNeg |
31
- FmNoNans | FmNoInfs;
+ FmNoNans | FmNoInfs | SameSign;
32
33
public:
34
GenericMachineInstr() = delete;
0 commit comments