[llvm] [LV] Improve AnyOf reduction codegen. (PR #78304)

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 02:00:03 PST 2024


================
@@ -452,16 +452,17 @@ Value *VPInstruction::generateInstruction(VPTransformState &State,
         else if (RecurrenceDescriptor::isAnyOfRecurrenceKind(RK)) {
           TrackingVH<Value> ReductionStartValue =
               RdxDesc.getRecurrenceStartValue();
----------------
Mel-Chen wrote:

This can be removed. And after it is clean up, the braces can be removed too.

https://github.com/llvm/llvm-project/pull/78304


More information about the llvm-commits mailing list