[all-commits] [llvm/llvm-project] 977430: [SystemZ] Avoid mixing strict and non-strict FP op...
Ulrich Weigand via All-commits
all-commits at lists.llvm.org
Wed Nov 20 10:51:48 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 97743089bffba797d7bc7358ddb852b7b050b0c8
https://github.com/llvm/llvm-project/commit/97743089bffba797d7bc7358ddb852b7b050b0c8
Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M llvm/test/CodeGen/SystemZ/fp-strict-add-03.ll
M llvm/test/CodeGen/SystemZ/fp-strict-div-03.ll
M llvm/test/CodeGen/SystemZ/fp-strict-mul-02.ll
M llvm/test/CodeGen/SystemZ/fp-strict-mul-04.ll
M llvm/test/CodeGen/SystemZ/fp-strict-mul-05.ll
M llvm/test/CodeGen/SystemZ/fp-strict-mul-11.ll
M llvm/test/CodeGen/SystemZ/fp-strict-sub-03.ll
Log Message:
-----------
[SystemZ] Avoid mixing strict and non-strict FP operations in tests
This is to prepare for having the IR verifier reject mixed functions.
Note that fp-strict-mul-02.ll and fp-strict-mul-04.ll still remain
to be fixed.
More information about the All-commits
mailing list