[llvm] [Matrix] Don't update Changed based on Visit* return value (NFC). (PR #142417)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 09:09:44 PDT 2025


================
@@ -2105,29 +2108,27 @@ class LowerMatrixIntrinsics {
   }
 
   /// Lower load instructions, if shape information is available.
-  bool VisitLoad(LoadInst *Inst, Value *Ptr, IRBuilder<> &Builder) {
+  void VisitLoad(LoadInst *Inst, Value *Ptr, IRBuilder<> &Builder) {
----------------
fhahn wrote:

Yep that looks great!

https://github.com/llvm/llvm-project/pull/142417


More information about the llvm-commits mailing list