Matt Arsenault b44cd97241 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.
2023-01-12 08:03:13 -05:00
..