[all-commits] [llvm/llvm-project] a7cf28: [MLIR] Do not hardcode attribute indexes in intrin...
Artem Belevich via All-commits
all-commits at lists.llvm.org
Fri Mar 17 15:03:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7cf2892e9642c4d451358b7ea194e024b93c574
https://github.com/llvm/llvm-project/commit/a7cf2892e9642c4d451358b7ea194e024b93c574
Author: Artem Belevich <tra at google.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir
Log Message:
-----------
[MLIR] Do not hardcode attribute indexes in intrinsic decls
We're not checking the attributes themselves, so hardcoded attribute numbers
only make the tests more fragile, without improving the testing.
Differential Revision: https://reviews.llvm.org/D146334
More information about the All-commits
mailing list