[PATCH] D133868: [RISCV] Fix a silent miscompile in copyPhysReg
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 14:37:41 PDT 2022
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
I don't think anything looks at the VL or SEW after register allocation which is when copyPhysReg is called. Which is probably why this doesn't affect anything in practice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133868/new/
https://reviews.llvm.org/D133868
More information about the llvm-commits
mailing list