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 75116fa commit 0d13209Copy full SHA for 0d13209
llvm/include/llvm/Target/GlobalISel/Combine.td
@@ -194,6 +194,7 @@ def IsExact : MIFlagEnum<"IsExact">;
194
def NoSWrap : MIFlagEnum<"NoSWrap">;
195
def NoUWrap : MIFlagEnum<"NoUWrap">;
196
def NonNeg : MIFlagEnum<"NonNeg">;
197
+def InBounds : MIFlagEnum<"InBounds">;
198
199
def MIFlags;
200
// def not; -> Already defined as a SDNode
0 commit comments