[PATCH] D63801: [PowerPC] Fixed missing change flag of emitRLDICWhenLoweringJumpTables
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 00:48:26 PDT 2019
lkail added a comment.
Thanks @steven.zhang, I think using `=` rather than `|=` in line 764 might cause error. I fixed it in https://reviews.llvm.org/D63806. Other updates of `Simplified` are all `Simplified = true`, no need to replace `=` with `|=`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63801/new/
https://reviews.llvm.org/D63801
More information about the llvm-commits
mailing list