[all-commits] [llvm/llvm-project] 3089b4: [Reassociate][NFC] Consistent checking for FastMat...
wjristow via All-commits
all-commits at lists.llvm.org
Sun Jul 24 17:47:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3089b411a4657add406279f2c0a1825576b6561b
https://github.com/llvm/llvm-project/commit/3089b411a4657add406279f2c0a1825576b6561b
Author: Warren Ristow <warren.ristow at sony.com>
Date: 2022-07-24 (Sun, 24 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/Reassociate.cpp
Log Message:
-----------
[Reassociate][NFC] Consistent checking for FastMathFlags suitability
In D129523, it was noted that the approach to check whether a value can
have FastMathFlags was done in different ways, and they should be made
consistent. This patch makes minor changes to fix that.
Reviewed By: spatel
Differential Revision: https://reviews.llvm.org/D130408
More information about the All-commits
mailing list