[PATCH] D69668: Introduce a generic memset to bzero transformation in CodeGen

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 14:31:37 PDT 2020


gchatelet added a comment.

A bunch of tests are still failing

  LLVM :: CodeGen/AArch64/arm64-memset-to-bzero-pgso.ll
  LLVM :: CodeGen/AArch64/arm64-memset-to-bzero.ll
  LLVM :: CodeGen/Mips/indirect-jump-hazard/long-calls.ll
  LLVM :: CodeGen/Mips/micromips-target-external-symbol-reloc.ll
  LLVM :: CodeGen/X86/force-align-stack-alloca.ll
  LLVM :: CodeGen/X86/pr36865.ll
  LLVM :: CodeGen/X86/stack-clash-unknown-call.ll
  LLVM :: Transforms/InferFunctionAttrs/annotate.ll


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69668





More information about the llvm-commits mailing list