[all-commits] [llvm/llvm-project] 5b18b6: [PowerPC][Future] Fix for 6c4b40def77622a5cf62a219...
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Thu Apr 9 18:20:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b18b6e9a84d985c0a907009fb71de7c1943bc88
https://github.com/llvm/llvm-project/commit/5b18b6e9a84d985c0a907009fb71de7c1943bc88
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Log Message:
-----------
[PowerPC][Future] Fix for 6c4b40def77622a5cf62a219ef4af63dc876e144
This is a fix for the previous patch 6c4b40def77622a5cf62a219ef4af63dc876e144.
In some cases it may be possible to have the compiler produce st_other=1 without
the compiler using mcpu=future which should not be the case. This patch adds a
guard to make sure that if we are using st_other=1 then we are also compiling
for future CPU.
More information about the All-commits
mailing list