[PATCH] D96517: [AMDGPU] Optimize SGPR to scratch spilling

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 05:21:32 PST 2021


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AMDGPU/GCNSubtarget.h:927
+  /// \returns true if the machine supports saveexec_b32 instructions.
+  bool hasSaveexecB32() const { return getGeneration() >= GFX10; }
+
----------------
Capitalize Exec?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96517



More information about the llvm-commits mailing list