[PATCH] D82239: RISC-V machine attribute to disable floating-point division and square root instructions in codegen
Bandhav Veluri via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 19:45:19 PDT 2020
vb000 added a comment.
In D82239#2171187 <https://reviews.llvm.org/D82239#2171187>, @arsenm wrote:
> This is a subtarget feature and should not be referred to as an attribute
Okay. Subtarget features are enabled by passing `-mattr=<>` flag. By attribute, I was referring to this. We can refer this to as subtarget feature if that's the standard term.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82239/new/
https://reviews.llvm.org/D82239
More information about the llvm-commits
mailing list