[mlir] Add openInputFile overload that accepts the expected alignment
authorRiver Riddle <riddleriver@gmail.com>
Sat, 12 Nov 2022 22:38:27 +0000 (14:38 -0800)
committerRiver Riddle <riddleriver@gmail.com>
Sat, 12 Nov 2022 23:05:13 +0000 (15:05 -0800)
commit858a6ec3af29a6483f013cc382de7860c0f33351
tree1cefe0b8db95f6a8e0f2047974459b29c4eed199
parent46fab767882d48d2dd46a497baa3197bf9a98ab2
[mlir] Add openInputFile overload that accepts the expected alignment

This just forwards to the alignment parameter on `MemoryBuffer::getFileOrSTDIN`.
mlir/include/mlir/Support/FileUtilities.h
mlir/lib/Support/FileUtilities.cpp