[PATCH] D76705: [SystemZ] Improve foldMemoryOperandImpl: vec->FP conversions
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 12:20:32 PDT 2020
uweigand added a comment.
Ah, that still runs into the same name collisions with the MemFold pattern as you pointed out earlier. Sorry for missing that!
So if we use an extra modifier in the OpKey for those case, then we're basically back to your version of Apr 28, 7:15 PM, except possibly with the explicit mnemonics in the .td file.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76705/new/
https://reviews.llvm.org/D76705
More information about the llvm-commits
mailing list