[llvm] [Matrix] Don't update Changed based on Visit* return value (NFC). (PR #142417)
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 2 14:03:11 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) {
----------------
jroelofs wrote:
https://github.com/llvm/llvm-project/pull/142487
https://github.com/llvm/llvm-project/pull/142417
More information about the llvm-commits
mailing list