]> granicus.if.org Git - llvm/commit
[RISCV] Reset NoPHIS MachineFunctionProperty in emitSelectPseudo
authorAlex Bradbury <asb@lowrisc.org>
Thu, 18 Jul 2019 07:52:41 +0000 (07:52 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Thu, 18 Jul 2019 07:52:41 +0000 (07:52 +0000)
commitce02d1c4d8976eefeb1ec59280a27df8cd0b4877
tree28897dc3331eae867be4abed87cf653eabf4cae4
parent90e49c3be974be835a238de64eea58f6d7046180
[RISCV] Reset NoPHIS MachineFunctionProperty in emitSelectPseudo

We insered PHIS were there were none before, so the property must be
reset. This error was found on an EXPENSIVE_CHECKS build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366412 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/RISCV/RISCVISelLowering.cpp