[PATCH] D147921: [X86][AMX] Add check for potentially dereferencing null return value

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 01:45:31 PDT 2023


yubing added a comment.

in fact replaceWithTileLoad's IsPHI, U must be a PHINode's uses, V must be PHINode. i checked replacePhiDefWithLoad, replaceWithTileLoad's IsPHI=true, U is passed by a PHI's uses.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147921/new/

https://reviews.llvm.org/D147921



More information about the llvm-commits mailing list