[PATCH] D54185: [PowerPC][llvm-exegesis] Add a PowerPC target

Kewen Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 18:04:25 PST 2018


jedilyn added inline comments.


================
Comment at: llvm/tools/llvm-exegesis/lib/PowerPC/Target.cpp:32
+
+static unsigned getLoadImmediateOpcode(unsigned RegBitWidth) {
+  switch (RegBitWidth) {
----------------
It seems these two static functions are still put in anonymous namespace (line 18 - line 76). 


https://reviews.llvm.org/D54185





More information about the llvm-commits mailing list