[PATCH] D149839: [RISCV] def cm.jt as an alias inst of cm.jalt
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 11:54:58 PDT 2023
craig.topper added a comment.
In D149839#4319700 <https://reviews.llvm.org/D149839#4319700>, @jrtc27 wrote:
> Doesn't this point out that the original patch was bogus in allowing you to write cm.jalt 1 despite it really being cm.jt 1, a different instruction with observably different semantics?
I'll fix the DecoderNamespace. I might look at fixing the other issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149839/new/
https://reviews.llvm.org/D149839
More information about the llvm-commits
mailing list