[PATCH] D135951: [X86] SUPPORT RAO-INT
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 15 10:38:08 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:31799
+ // We can lower add/sub/or/xor/and into RAO-INT instructions when the result
+ // is unused.
----------------
This should probably be in a separate patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135951/new/
https://reviews.llvm.org/D135951
More information about the llvm-commits
mailing list