[all-commits] [llvm/llvm-project] 667899: AMDGPU: Fix fneg combine test not checking full re...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Apr 21 17:58:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 667899a15476bf8577ab8a6ded66fd58613d5f72
https://github.com/llvm/llvm-project/commit/667899a15476bf8577ab8a6ded66fd58613d5f72
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M llvm/test/CodeGen/AMDGPU/fneg-combines.ll
Log Message:
-----------
AMDGPU: Fix fneg combine test not checking full result
This wasn't accounting for the canonicalize of the input, or checking
the output fneg isn't folded as intended. Avoids test failure in
unrelated patch which happens to change register numberings.
More information about the All-commits
mailing list