[PATCH] D81166: [Matrix] Add matrix_nuw/matrix_nsw operand bundles for matrix.multiply.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 09:50:09 PDT 2020


xbolva00 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;
----------------
Copy paste error


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