[PATCH] D104752: [LLParser] Remove special handling for call address space

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 03:02:28 PDT 2021


nikic added a comment.

In D104752#2835466 <https://reviews.llvm.org/D104752#2835466>, @arichardson wrote:

> It's been a long time since I looked at that code, but it was originally needed to avoid adding `addrspace(200)` to every call instruction. I just tried removing this from our downstream CHERI LLParser.cpp and all tests are still passing so it is clearly no longer needed.

Thanks for checking!


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

https://reviews.llvm.org/D104752



More information about the llvm-commits mailing list