[PATCH] D46746: [RISCV] Fix builtin fixup sizes
Simon Cook via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 22 06:41:06 PDT 2018
simoncook added a comment.
I agree, the route you have taken in https://reviews.llvm.org/D46965 seems the best route to go down. Unless we end up with some fixup where we want to manipulate bytes that wouldn't be covered by that calculation (it seems unlikely), then all this table is doing is duplicating what information we already have, so I think it's best to use your calculation.
Repository:
rL LLVM
https://reviews.llvm.org/D46746
More information about the llvm-commits
mailing list