[PATCH] D150388: [CodeGen]Allow targets to use target specific COPY instructions for live range splitting

Asmaa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 09:28:41 PDT 2023


asmok-g added a comment.

Headsup: This change might be causing a miscompile. We're having some breakages in google because of this change that goes away when we add `__attribute__((optnone)) ` to https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Tooling/Transformer/SourceCode.h#L111. I'm working on confirming it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150388



More information about the llvm-commits mailing list