[PATCH] D82625: [Attributor][NFC] Replace call site with call base.

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 03:13:33 PDT 2020


uenoku added a comment.

I think replacing all makes the code hard to understand (because "call base" is just a name of LLVM class)
Personally, I prefer maintaining "call site"


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

https://reviews.llvm.org/D82625





More information about the llvm-commits mailing list