[PATCH] D112004: [SystemZ] Improve codegen for memset

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 28 09:15:30 PST 2021


jonpa marked 3 inline comments as done.
jonpa added inline comments.


================
Comment at: llvm/test/CodeGen/SystemZ/tail-call-mem-intrinsics.ll:12
-; CHECK-LABEL: tail_memset:
-; CHECK: jg memset
-define void @tail_memset(i8* nocapture %p, i8 %c, i32 %n) #0 {
----------------
uweigand wrote:
> Maybe we can still find a way to test emission of the call?   E.g. using a volatile pointer?
ah, yes - the fourth argument is actually 'isvolatile'...



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

https://reviews.llvm.org/D112004



More information about the llvm-commits mailing list