[PATCH] D115230: [X86] Use bundle for CALL_RVMARKER expansion.

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 13:01:33 PST 2021


ahatanak added a comment.

Since the strings are used in other places (e.g., `PreISelIntrinsicLowering.cpp`) too, you could place them in a header in `llvm/IR` or `llvm/Analysis`. But I think it's okay to do so in a separate patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115230



More information about the llvm-commits mailing list