[PATCH] D95543: [GVN] Clobber partially aliased loads.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 03:36:03 PDT 2021


nikic added a comment.

Something that's not quite clear to me is why the `Offset = None` at the start of getDependency() wasn't sufficient. For the atomic load clobber case, wouldn't it keep that None value?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95543



More information about the llvm-commits mailing list