llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics
Arthur Eubanks aa6c305344 [LowerMatrixIntrinsics][NewPM] Fix PreservedAnalyses result
PreservedCFGCheckerInstrumentation was saying that LowerMatrixIntrinsics
didn't properly preserve CFG even though it claimed to. The legacy pass
says it doesn't. Match the legacy pass's preserved analyses.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D89175
2020-10-21 12:42:16 -07:00
..
bigger-expressions-double.ll [Matrix] Update load/store intrinsics. 2020-06-18 09:44:52 +01:00
const-gep.ll [Matrix] Use alignment info when lowering loads/stores. 2020-06-18 13:19:31 +01:00
load-align-volatile.ll [Matrix] Intrinsic descriptions 2020-07-14 19:58:16 +01:00
multiply-add-sub-double-row-major.ll [Matrix] Update load/store intrinsics. 2020-06-18 09:44:52 +01:00
multiply-double-contraction-fmf.ll
multiply-double-contraction.ll
multiply-double-row-major.ll
multiply-double.ll
multiply-float-contraction-fmf.ll
multiply-float-contraction.ll
multiply-float.ll
multiply-fused-loops.ll [Matrix] Use TileInfo to create tiled loop nest for matrix multiply. 2020-07-20 21:11:53 +01:00
multiply-fused-multiple-blocks.ll [Matrix] Add align info to some more loads/stores (NFC). 2020-06-16 20:42:59 +01:00
multiply-fused-volatile.ll [Matrix] Use TileInfo to create tiled loop nest for matrix multiply. 2020-07-20 21:11:53 +01:00
multiply-fused.ll [LowerMatrixIntrinsics][NewPM] Fix PreservedAnalyses result 2020-10-21 12:42:16 -07:00
multiply-i32-row-major.ll
multiply-i32.ll
multiply-minimal.ll [Matrix] Add minimal lowering pass that only requires TTI. 2020-07-20 11:16:11 +01:00
propagate-backward.ll [Matrix] Update load/store intrinsics. 2020-06-18 09:44:52 +01:00
propagate-backwards-unsupported.ll
propagate-forward.ll [Matrix] Update load/store intrinsics. 2020-06-18 09:44:52 +01:00
propagate-mixed-users.ll [Matrix] Update load/store intrinsics. 2020-06-18 09:44:52 +01:00
propagate-multiple-iterations.ll [Matrix] Update load/store intrinsics. 2020-06-18 09:44:52 +01:00
remarks-inlining.ll [Matrix] Intrinsic descriptions 2020-07-14 19:58:16 +01:00
remarks-shared-subtrees.ll [yaml][clang-tidy] Fix multiline YAML serialization 2020-07-09 02:41:58 -07:00
remarks.ll [Matrix] Intrinsic descriptions 2020-07-14 19:58:16 +01:00
store-align-volatile.ll [Matrix] Use alignment info when lowering loads/stores. 2020-06-18 13:19:31 +01:00
strided-load-double.ll [IR] Make nosync, nofree and willreturn default for intrinsics. 2020-10-20 11:57:19 +02:00
strided-load-float.ll [Matrix] Intrinsic descriptions 2020-07-14 19:58:16 +01:00
strided-load-i32.ll [Matrix] Intrinsic descriptions 2020-07-14 19:58:16 +01:00
strided-store-double.ll [IR] Make nosync, nofree and willreturn default for intrinsics. 2020-10-20 11:57:19 +02:00
strided-store-float.ll [Matrix] Update load/store intrinsics. 2020-06-18 09:44:52 +01:00
strided-store-i32.ll [Matrix] Update load/store intrinsics. 2020-06-18 09:44:52 +01:00
transpose-double-row-major.ll
transpose-double.ll
transpose-float-row-major.ll
transpose-float.ll
transpose-i32-row-major.ll
transpose-i32.ll