[PATCH] D100091: [X86] Fix wrong handle with "-mno-x87"
LiuChen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 00:37:56 PDT 2021
LiuChen3 added a comment.
In D100091#2707521 <https://reviews.llvm.org/D100091#2707521>, @craig.topper wrote:
> Does adding HasX87 predicates to the instructions cause the conversions in my example to fail?
Yes, it is. But this fail appeared before isel because of breaking ABI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100091/new/
https://reviews.llvm.org/D100091
More information about the llvm-commits
mailing list