[PATCH] D69281: [FPEnv][WIP] Constrained FCmp intrinsics

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 09:45:55 PST 2019


uweigand added a comment.

In D69281#1740932 <https://reviews.llvm.org/D69281#1740932>, @cameron.mcinally wrote:

> Hmm, something is weird (with my Diff, at least). It looks like changes are listed twice (e.g. `lib/IR/Verifier.cpp` and `llvm/lib/IR/Verifier.cpp`). Maybe this is an SVN->GIT side-effect and the patch needs a rebase?


In the current diff I only see the new llvm/lib/... paths.   It is indeed the case that the diff I submitted originally had the SVN-style lib/... paths, but I updated it with a new patch after the GIT transition.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69281/new/

https://reviews.llvm.org/D69281





More information about the llvm-commits mailing list