[PATCH] D81166: [Matrix] Add matrix_nuw/matrix_nsw operand bundles for matrix.multiply.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 11:21:33 PDT 2020
fhahn marked 2 inline comments as done.
fhahn added inline comments.
================
Comment at: llvm/lib/IR/LLVMContext.cpp:83
+ assert(MatrixNUWEntry->second == LLVMContext::OB_matrix_nuw &&
+ "gc-transition operand bundle id drifted!");
+ (void)MatrixNUWEntry;
----------------
xbolva00 wrote:
> Copy paste error
Fixed, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81166/new/
https://reviews.llvm.org/D81166
More information about the llvm-commits
mailing list