Skip to content

Commit f397bf3

Browse files
committed
Add InBounds MIFlagEnum to GlobalISel/Combine.td
1 parent c4ebd49 commit f397bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/Target/GlobalISel/Combine.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def IsExact : MIFlagEnum<"IsExact">;
194194
def NoSWrap : MIFlagEnum<"NoSWrap">;
195195
def NoUWrap : MIFlagEnum<"NoUWrap">;
196196
def NonNeg : MIFlagEnum<"NonNeg">;
197+
def InBounds : MIFlagEnum<"InBounds">;
197198

198199
def MIFlags;
199200
// def not; -> Already defined as a SDNode

0 commit comments

Comments
 (0)