[PATCH] D116116: [AMDGPU] Remove lz and nomip combine from codegen
Sebastian Neubauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 14 06:40:51 PST 2022
sebastian-ne added a comment.
In D116116#3243232 <https://reviews.llvm.org/D116116#3243232>, @foad wrote:
> It looks like for some tests you manually optimized the IR, but for other tests you updated the expected ISA. Any reason for the difference?
I don’t remember if I had a reason for that.
Just tried regenerating the tests without changing the IR it seems to work as well (just ends up with more _mip instructions).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116116/new/
https://reviews.llvm.org/D116116
More information about the llvm-commits
mailing list