summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/LLVMCommon/VectorPattern.cpp
AgeCommit message (Expand)Author
2025-11-17Add 'exact' flag to arith.shrui/shrsi/divsi/divui operations (#165923)Jeremy Furtek
2025-07-22[mlir][NFC] update `Conversion` create APIs (6/n) (#149888)Maksim Levental
2025-02-12Revert "[mlir] ArithToLLVM: fix memref bitcast lowering" (#126895)Ivan Butygin
2025-02-12[mlir] ArithToLLVM: fix memref bitcast lowering (#125148)Ivan Butygin
2025-02-06[mlir][LLVM] Switch `undef` for `poison` for uninitialized values (#125629)Krzysztof Drewniak
2024-04-19[mlir][llvm] Port `overflowFlags` to a native operation property (RELAND) (#8...Jeff Niu
2024-04-18Revert "[mlir][llvm] Port `overflowFlags` to a native operation property" (#8...Valentin Clement (バレンタイン クレメン)
2024-04-18[mlir][llvm] Port `overflowFlags` to a native operation property (#89312)Jeff Niu
2023-08-14[mlir][Conversion] Store const type converter in ConversionPatternMatthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-10-26[mlir][arith] Initial support for fastmath flag attributes in the Arithmetic ...Jeremy Furtek
2022-08-24Reland "[MLIR]Extend vector.gather to support n-D result"Che-Yu Wu
2022-08-23Revert "[MLIR]Extend vector.gather to support n-D result"Mehdi Amini
2022-08-23[MLIR]Extend vector.gather to support n-D resultChe-Yu Wu
2022-08-10[mlir][LLVMIR] "Modernize" Insert/ExtractValueOpJeff Niu
2022-07-23Use callables directly in any_of, count_if, etc (NFC)Kazu Hirata
2022-03-23[mlir] Make OpBuilder::createOperation to accept raw inputsChia-hung Duan
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2021-07-08[mlir] factor out ConvertToLLVMPatternAlex Zinenko