[PATCH] D23155: Power9 - Part-word VSX integer scalar loads/stores and sign extend instructions

Shawn Landden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 07:54:21 PDT 2019


shawnl added a comment.
Herald added a subscriber: jsji.
Herald added a project: LLVM.

I think the essential functionality of this patch should be in LLVM and not Clang, so that all front-ends can benefit. To many generally useful things are in Clang when they should be in LLVM (e.g. C ABI for ARM and x86; ranged switch statements). I opened an upstream bug to discuss this. https://github.com/clang-randstruct/llvm-project/issues/52


Repository:
  rL LLVM

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

https://reviews.llvm.org/D23155





More information about the llvm-commits mailing list