[PATCH] D117573: [AArch64] Add patterns for relaxed atomic ld/st into fp registers

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 03:58:49 PST 2022


samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.

Okay, fair enough. I understand there's a chance of producing some illegal IR with float types for aarch64 so it's probably safer, and easier, to perform the folding here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117573



More information about the llvm-commits mailing list