[all-commits] [llvm/llvm-project] b44cd9: llvm-reduce: Simplify attribute reduction implemen...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jan 12 05:03:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b44cd97241643dedfb300d1afcd5a3a51bc1eab5
https://github.com/llvm/llvm-project/commit/b44cd97241643dedfb300d1afcd5a3a51bc1eab5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp
Log Message:
-----------
llvm-reduce: Simplify attribute reduction implementation
There's no need to construct a map of attributes to modify throughout
the whole function before applying them all at once. The attribute
classes already have the necessary set behavior.
More information about the All-commits
mailing list