[all-commits] [llvm/llvm-project] 033d6f: IR: Add operator | and & for FastMathFlags
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Aug 28 16:26:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 033d6ffb53ad7897dd85b40114e4c3124f800e3e
https://github.com/llvm/llvm-project/commit/033d6ffb53ad7897dd85b40114e4c3124f800e3e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M llvm/include/llvm/IR/FMF.h
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Log Message:
-----------
IR: Add operator | and & for FastMathFlags
We only had |= and &= which was annoying.
More information about the All-commits
mailing list